summaryrefslogtreecommitdiff
path: root/lib/thandy/ThpCLI.py
diff options
context:
space:
mode:
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']: