Skip to content

Commit

Permalink
fix more path issues
Browse files Browse the repository at this point in the history
  • Loading branch information
nmarkro committed Jun 30, 2020
1 parent 361d2bf commit f74e85c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion randomizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ def run(self):


if self.input_iso_path == None:
self.input_iso_path = input("Please input the path to your SMT3 Nocturne ISO file:\n> ").strip()
self.input_iso_path = input("Please input the path to your SMT3 Nocturne ISO file:\n> ").strip().replace('"', '').replace("'", "")
print()

if os.path.isdir(self.input_iso_path):
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.15
0.1.16

0 comments on commit f74e85c

Please sign in to comment.