Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
bonkzwonil committed Aug 30, 2023
1 parent ccb8489 commit b644710
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xpss.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
if args.scandir:
import os
dirs = os.listdir(args.scandir)
if args.debug: sys.stderr.writelines(dirs)
sceneries = list(map(lambda x: "Custom Scenery/"+x+"/", filter(lambda x: os.path.isdir(x) and not x.startswith("."), dirs)))
sceneries += ['*GLOBAL_AIRPORTS*']
folders = sceneries
Expand Down

0 comments on commit b644710

Please sign in to comment.