Skip to content

Commit

Permalink
CHO: Add missing word in comment
Browse files Browse the repository at this point in the history
skipci
  • Loading branch information
cortadocodes committed Sep 15, 2022
1 parent 23838ec commit 90bbad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def run(analysis):
analysis.output_manifest.datasets["turbsim"] = Dataset(name="turbsim", path=new_temporary_directory)

# Explicitly call `finalise` here instead of relying on implicit finalisation so the temporary directory
# still when it's called.
# still exists when it's called.
analysis.finalise()

logger.info("Finished turbsim analysis.")

0 comments on commit 90bbad0

Please sign in to comment.