Skip to content

Commit

Permalink
fixed wrong var name (#371)
Browse files Browse the repository at this point in the history
Co-authored-by: Josef Haupt <josef.haupt@phil.tu-chemnitz.de>
  • Loading branch information
Josef-Haupt and Josef Haupt authored Jun 29, 2024
1 parent b0e75c8 commit a1628a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyze.py
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ def analyzeFile(item):
if not args.slist:
cfg.SPECIES_LIST_FILE = None
else:
cfg.SPECIES_LIST_FILE = os.path.join(script_dir, args.slist)
cfg.SPECIES_LIST_FILE = os.path.join(SCRIPT_DIR, args.slist)

if os.path.isdir(cfg.SPECIES_LIST_FILE):
cfg.SPECIES_LIST_FILE = os.path.join(cfg.SPECIES_LIST_FILE, "species_list.txt")
Expand Down

0 comments on commit a1628a4

Please sign in to comment.