summaryrefslogtreecommitdiff
path: root/lib/thandy/ClientCLI.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/thandy/ClientCLI.py')
-rw-r--r--lib/thandy/ClientCLI.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/thandy/ClientCLI.py b/lib/thandy/ClientCLI.py
index 97951b4..6a78bf6 100644
--- a/lib/thandy/ClientCLI.py
+++ b/lib/thandy/ClientCLI.py
@@ -128,7 +128,7 @@ def update(args):
lengthDict=lengths,
usePackageSystem=use_packagesys,
installableDict=installable,
- btMetadataDict=btMetadata
+ btMetadataDict=btMetadata,
thpTransactionDict=thpTransactions)
if forceCheck:
@@ -157,7 +157,7 @@ def update(args):
print "Bundles with all THP packages:"
for bundle in thpTransactions:
# TODO: ThpTransaction goes here!
- print bundle
+ print thpTransactions[bundle]
return