Skip to content

Commit

Permalink
Updated custom output prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
1Git2Clone committed Jun 10, 2024
1 parent c4c0c6e commit 51cc9ba
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CurrencyConversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,9 +287,7 @@ def save_and_exit(output: OutputJSON) -> NoReturn:
choice = input()

if choice.lower() == "y":
output_file_name: str = input(
"Enter your custom output file name for directory output/"
)
output_file_name: str = input("Enter your custom output file name: output/")
output_file_path: str = path.join(SCRIPT_PATH, "output", output_file_name)

if path.exists(output_file_path):
Expand Down

0 comments on commit 51cc9ba

Please sign in to comment.