Skip to content

Commit

Permalink
dashboard str(night) fix
Browse files Browse the repository at this point in the history
  • Loading branch information
desiNERSC authored and desiNERSC committed Jul 2, 2024
1 parent 50e227d commit 5410bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/desispec/scripts/procdashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def populate_night_info(night, check_on_disk=False,

specproddir = specprod_root()
webpage = os.environ['DESI_DASHBOARD']
logpath = os.path.join(specproddir, 'run', 'scripts', 'night', night)
logpath = os.path.join(specproddir, 'run', 'scripts', 'night', str(night))

exptab, proctab, \
unaccounted_for_expids,\
Expand Down

0 comments on commit 5410bce

Please sign in to comment.