summaryrefslogtreecommitdiff
path: root/lib/thandy/ThpCLI.py
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2013-04-02 10:34:55 -0300
committerTomás Touceda <chiiph@leap.se>2013-04-02 10:34:55 -0300
commita6a743c1cd9e257f3a506e54bddef5b462ed986b (patch)
treefbb045606bb8fe94c8dc03065fbcb284668651c8 /lib/thandy/ThpCLI.py
parent0a33d2412ffd7942dd57ebd7c6f91dbdf2b7f1bb (diff)
Several fixes
Diffstat (limited to 'lib/thandy/ThpCLI.py')
-rw-r--r--lib/thandy/ThpCLI.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/thandy/ThpCLI.py b/lib/thandy/ThpCLI.py
index 77d9be5..02ec798 100644
--- a/lib/thandy/ThpCLI.py
+++ b/lib/thandy/ThpCLI.py
@@ -48,7 +48,7 @@ def makethppackage(args):
metadata['package_version'])
print "Generating thp file in %s" % thpFileName
- thpFile = zipfile.ZipFile(os.path.join(thpPath,
+ thpFile = zipfile.ZipFile(os.path.join(thpPath,
thpFileName), "w")
for file in metadata['manifest']: