summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Rękorajski2021-02-17 22:32:50 (GMT)
committerJan Rękorajski2021-02-17 22:32:50 (GMT)
commit68f2c1fba65f81a28addf328da5008a0726d18d8 (patch)
tree4481b0f34b23d3bd7ae5b03a28639e5ad8dd49ef
parent434e50be88b605c132f7ad5b7f73e5cfedb61d66 (diff)
downloadpld-ftp-admin-68f2c1fba65f81a28addf328da5008a0726d18d8.zip
pld-ftp-admin-68f2c1fba65f81a28addf328da5008a0726d18d8.tar.gz
fix rewriting the same line with print() function
-rwxr-xr-xbin/pfa-signpkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pfa-signpkg b/bin/pfa-signpkg
index 0bd8e6e..bfd1f1c 100755
--- a/bin/pfa-signpkg
+++ b/bin/pfa-signpkg
@@ -73,7 +73,7 @@ for file in files:
sign.append(file)
c += 1
n += 1
- print("\r%d/%d %s\033[0K" % (n, c, file))
+ print("\r%d/%d %s\033[0K" % (n, c, file), end='')
print()