mirror of
https://github.com/debauchee/barrier.git
synced 2025-08-06 10:09:28 +02:00
Missing change from last commit, print error #4695
This commit is contained in:
parent
d278c2d8d4
commit
b4b5ce6483
1 changed files with 2 additions and 0 deletions
|
@ -47,6 +47,8 @@ class FtpUploader:
|
|||
try:
|
||||
ftp.mkd(dir)
|
||||
except:
|
||||
# sometimes nlst may returns nothing, so mkd fails with 'File exists'
|
||||
print "Failed to create dir '%s'" % dir
|
||||
|
||||
print "Changing to dir '%s'" % dir
|
||||
ftp.cwd(dir)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue