Skip to content

Commit

Permalink
Update medusa/_cli/analyse.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BoboTiG authored Jul 11, 2023
1 parent d6754d0 commit 53e4823
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions medusa/_cli/analyse.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def main():
output_dict = analyse(vyper_ast)
formatted_analysis = format_analysis(output_dict)

# Write to output file
if output_file := args["--output"]:
write_analysis(formatted_analysis, output_file)

Expand Down

0 comments on commit 53e4823

Please sign in to comment.