aboutsummaryrefslogtreecommitdiffstats
path: root/rtool.py
diff options
context:
space:
mode:
Diffstat (limited to 'rtool.py')
-rw-r--r--rtool.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/rtool.py b/rtool.py
index 858e9b05..dec0ee3f 100644
--- a/rtool.py
+++ b/rtool.py
@@ -369,9 +369,8 @@ def upload_snapshot(host, port, user, private_key, private_key_password, sdist,
print("Removing {}...".format(f))
sftp.remove(f)
-
+ print("Uploading {} as {}...".format(f, remote_filename))
with click.progressbar(length=os.stat(local_path).st_size) as bar:
- print("Uploading {} as {}...".format(f, remote_filename))
sftp.put(
local_path,
"." + remote_filename,