Skip to content

Commit

Permalink
print message indicated default conifg applied when user config file …
Browse files Browse the repository at this point in the history
…is empty
  • Loading branch information
Samer committed Dec 6, 2023
1 parent 82f0b7b commit ed812d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions interpreter/terminal_interface/utils/get_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ def get_config_path(path=user_config_path):
# Copying the file using shutil.copy
new_file = shutil.copy(default_config_path, path)

print("Copied the default config file to the user's directory because the user's config file was not found.")

return path


Expand Down

0 comments on commit ed812d9

Please sign in to comment.