Skip to content

Commit

Permalink
road to windows s30
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-zieba committed Nov 9, 2023
1 parent 02cbe52 commit aef7650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pacman/s30_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def run30(eventlabel, workdir, meta=None):
print('Starting s30')

if meta == None:
meta = me.loadevent(workdir + '/WFC3_' + eventlabel + "_Meta_Save")
meta = me.loadevent(workdir + os.path.sep + 'WFC3_' + eventlabel + '_Meta_Save')

# Create directories for Stage 3 processing
datetime = time.strftime('%Y-%m-%d_%H-%M-%S')
Expand Down

0 comments on commit aef7650

Please sign in to comment.