Skip to content

Commit

Permalink
Revert "fix tests"
Browse files Browse the repository at this point in the history
This reverts commit f013668.
  • Loading branch information
hjoaquim committed Feb 7, 2023
1 parent f013668 commit b49e633
Show file tree
Hide file tree
Showing 3 changed files with 3,133 additions and 2,704 deletions.
2 changes: 0 additions & 2 deletions openbb_terminal/helper_funcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1335,8 +1335,6 @@ def ask_file_overwrite(file_path: str) -> Tuple[bool, bool]:
# Jeroen asked for a flag to overwrite no matter what
if obbff.FILE_OVERWITE:
return False, True
if os.environ.get("TEST_MODE") == "True":
return False, True
if os.path.exists(file_path):
overwrite = input("\nFile already exists. Overwrite? [y/n]: ").lower()
if overwrite == "y":
Expand Down
Loading

0 comments on commit b49e633

Please sign in to comment.