Skip to content

Commit

Permalink
Should fix #96 (#97)
Browse files Browse the repository at this point in the history
Co-authored-by: jlenain <[email protected]>
  • Loading branch information
jlenain and jlenain authored Jan 29, 2024
1 parent de125e0 commit 4753314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nectarchain/dqm/start_dqm.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
path1 = args.input_files[0]

# THE PATH OF INPUT FILES
path = f"{NectarPath}/{path1}"
path = f"{NectarPath}/runs/{path1}"
print("Input files:")
print(path)
for arg in args.input_files[1:]:
Expand Down

0 comments on commit 4753314

Please sign in to comment.