mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 19:52:40 +00:00
Chomp edit notes and CI cleanup (#10211)
This commit is contained in:
@@ -19,7 +19,7 @@ def read_settings():
|
||||
try:
|
||||
map_folder = os.environ['MAPROOT']
|
||||
except KeyError:
|
||||
map_folder = 'modular_chomp/maps/'
|
||||
map_folder = 'modular_chomp/maps/' # ChompEDIT
|
||||
for _ in range(8):
|
||||
if os.path.exists(map_folder):
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user