[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] Correct filename of old triplettable



Making the same error when adding the file locally in /usr/share/dpkg
for testing doesn't help with noticing this.
---
 daklib/architecture.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/daklib/architecture.py b/daklib/architecture.py
index cab454d..99644d8 100644
--- a/daklib/architecture.py
+++ b/daklib/architecture.py
@@ -48,7 +48,7 @@ def _tupletable():
             if e.errno != errno.ENOENT:
                 raise
             tripletable = True
-            table = _load_table('/usr/share/dpkg/tripletable')
+            table = _load_table('/usr/share/dpkg/triplettable')
 
         arch2tuple = {}
         tuple2arch = {}
-- 
2.1.4


Reply to: