Fix typo in script/dropbox_upload.py
This commit is contained in:
parent
2800292947
commit
7b7cafd499
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ def copy_file_with_retry(fullpath, targetpath, max_try):
|
||||||
try:
|
try:
|
||||||
handle = open(fullpath)
|
handle = open(fullpath)
|
||||||
except:
|
except:
|
||||||
print("FAILED: " + targetpath + " not found")
|
print("FAILED: " + fullpath + " not found")
|
||||||
return
|
return
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue