Skip to content

Commit

Permalink
Merge pull request #333 from JunAishima/2023-3-amxfmx
Browse files Browse the repository at this point in the history
hard code ISPyB DC ID for fastDP processing
  • Loading branch information
JunAishima authored Oct 3, 2023
2 parents 7be5165 + 04cd2d8 commit 151a71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runFastDPH5.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
node = sys.argv[5]
runDimple = int(sys.argv[6])
dimpleNode = sys.argv[7]
ispybDCID = int(sys.argv[8])
ispybDCID = 1 #int(sys.argv[8])

comm_s = f"ssh -q {node} \"{os.environ['MXPROCESSINGSCRIPTSDIR']}fast_dp.sh {request_id} {numstart}\""
logger.info(comm_s)
Expand Down

0 comments on commit 151a71f

Please sign in to comment.