Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Minot committed Feb 6, 2018
1 parent 9e0a162 commit b1b3445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@

# Delete all files created for this analysis
logging.info("Removing temporary folder: " + temp_folder)
shutil.rmtree(sample_temp_folder)
shutil.rmtree(temp_folder)

# Stop logging
logging.info("Done")
Expand Down

0 comments on commit b1b3445

Please sign in to comment.