ed: sql_alch.py exception mapsgen prefix
This commit is contained in:
parent
b34f39c013
commit
b58964d68f
2
.gitignore
vendored
2
.gitignore
vendored
@ -8,5 +8,5 @@ maps/map_all.png
|
||||
maps/map_all_dark.png
|
||||
log/
|
||||
*.db
|
||||
config.cfg
|
||||
config*.cfg
|
||||
TODO
|
||||
|
@ -474,4 +474,4 @@ def mapsgen():
|
||||
loc_300 = session.execute(stmn).all()
|
||||
maps_gen(loc_200, loc_300)
|
||||
except Exception as ex:
|
||||
print('Exception: ', ex)
|
||||
print('Exception mapsgen: ', ex)
|
||||
|
Loading…
Reference in New Issue
Block a user