From 141a87a537baa322d20c54cd7632a2401d7ffe9d Mon Sep 17 00:00:00 2001 From: RaNaN Date: Tue, 10 May 2011 21:52:59 +0200 Subject: fix cli --- pyLoadCli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyLoadCli.py') diff --git a/pyLoadCli.py b/pyLoadCli.py index 5a4a152f2..7fbfd3632 100644 --- a/pyLoadCli.py +++ b/pyLoadCli.py @@ -276,14 +276,14 @@ class Cli: print _("Please use this syntax: add ...") return - self.client.addPackage(args[0], args[1:], 1) + self.client.addPackage(args[0], args[1:], 0) elif command == "add_coll": if len(args) < 2: print _("Please use this syntax: add ...") return - self.client.addPackage(args[0], args[1:], 0) + self.client.addPackage(args[0], args[1:], 1) elif command == "del_file": self.client.deleteFiles([int(x) for x in args]) -- cgit v1.2.3