Skip to content

Commit

Permalink
debug update invalid path on window the CON:\ sames like can cause so…
Browse files Browse the repository at this point in the history
…me problem
  • Loading branch information
CopyDemon committed Sep 10, 2024
1 parent 3be7cb1 commit 8403abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion idaes_ui/fv/tests/test_fsvis.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ def test_screenshots_save_path(flash_model):

# Create invalid file path with an invalid directory name to test path validation
if platform.system() == "Windows":
user_defined_invalid_path = "CON:\\invalid_path"
user_defined_invalid_path = "Z:\\non_existent_folder\\invalid_path"
else:
user_defined_invalid_path = "/some/invalid/path"

Expand Down

0 comments on commit 8403abe

Please sign in to comment.