summaryrefslogtreecommitdiff
path: root/lorry
diff options
context:
space:
mode:
Diffstat (limited to 'lorry')
-rwxr-xr-xlorry3
1 files changed, 2 insertions, 1 deletions
diff --git a/lorry b/lorry
index 6811a7c..3e7135e 100755
--- a/lorry
+++ b/lorry
@@ -249,7 +249,8 @@ class Lorry(cliapp.Application):
self.settings[setting_name] = full_path
ensure_path_exists('working-area')
- ensure_path_exists('tarball-dest')
+ if self.settings['tarball'] != 'never':
+ ensure_path_exists('tarball-dest')
urllib.request.install_opener(
urllib.request.build_opener(SimpleFTPHandler))