We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce0985e commit 7347659Copy full SHA for 7347659
bin/funannotate-remote.py
@@ -296,4 +296,5 @@ def download(url, name):
296
297
lib.log.info("Remote searches complete")
298
#move logfile
299
-os.rename(log_name, os.path.join(outputdir, 'logfiles', log_name))
+if os.path.isfile(log_name):
300
+ os.rename(log_name, os.path.join(outputdir, 'logfiles', log_name))
0 commit comments