From 7b7cafd4995003e5101feeba0133e323073c14eb Mon Sep 17 00:00:00 2001 From: Soonho Kong Date: Sun, 15 Sep 2013 20:15:03 -0700 Subject: [PATCH] Fix typo in script/dropbox_upload.py --- script/dropbox_upload.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/dropbox_upload.py b/script/dropbox_upload.py index fcab596f2..f7f29f00c 100755 --- a/script/dropbox_upload.py +++ b/script/dropbox_upload.py @@ -43,7 +43,7 @@ def copy_file_with_retry(fullpath, targetpath, max_try): try: handle = open(fullpath) except: - print("FAILED: " + targetpath + " not found") + print("FAILED: " + fullpath + " not found") return try: