[Pkg-bazaar-commits] r171 ./bzr-builddeb/trunk: Correct import of Dsc files

Frederic Brin frederic.brin at assonetworx.com
Sat Sep 1 16:33:47 UTC 2007


------------------------------------------------------------
revno: 171
committer: Frederic Brin <frederic.brin at assonetworx.com>
branch nick: bzr-builddeb-co2
timestamp: Sat 2007-09-01 18:33:47 +0200
message:
  Correct import of Dsc files
  ===========================
  
  + DscImporter class instanciation expects a list of dsc filesnames. Currently get an unknown variable.
modified:
  __init__.py
-------------- next part --------------
=== modified file '__init__.py'
--- a/__init__.py	2007-08-22 21:28:14 +0000
+++ b/__init__.py	2007-09-01 16:33:47 +0000
@@ -427,7 +427,7 @@
       if to is None:
         raise BzrCommandError("You must specify the name of the "
                               "destination branch using the --to option.")
-      importer = DscImporter(files)
+      importer = DscImporter(files_list)
     else:
       if to is None:
         to = snapshot



More information about the Pkg-bazaar-commits mailing list