Skip to content

Commit

Permalink
no outputdir expected for masking step so nvm
Browse files Browse the repository at this point in the history
  • Loading branch information
hyphaltip committed Oct 24, 2023
1 parent b2cb2e7 commit a8955c0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions funannotate/mask.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,13 +197,6 @@ def __init__(self, prog):
if tmpdir:
lib.SafeRemove(tmpdir)
print("-------------------------------------------------------")
if os.path.isfile(log_name):
if not os.path.isdir(os.path.join(outputdir, "logfiles")):
os.makedirs(os.path.join(outputdir, "logfiles"))
shutil.copyfile(
log_name, os.path.join(outputdir, "logfiles", "funannotate-mask.log")
)
os.remove(log_name)

if __name__ == "__main__":
main(sys.argv[1:])

0 comments on commit a8955c0

Please sign in to comment.