Skip to content
Snippets Groups Projects
Commit e66831f2 authored by Thomas Kluyver's avatar Thomas Kluyver
Browse files

Allow specifying myMdC ID in request_repeat script

parent 298850f3
No related branches found
No related tags found
1 merge request!695[webservice] Support requests to repeat correction from myMdC
...@@ -12,6 +12,7 @@ import zmq ...@@ -12,6 +12,7 @@ import zmq
parser = argparse.ArgumentParser(description='Request repeat correction.') parser = argparse.ArgumentParser(description='Request repeat correction.')
parser.add_argument('proposal', type=int, help='The proposal number') parser.add_argument('proposal', type=int, help='The proposal number')
parser.add_argument('run', type=int, help='The run number') parser.add_argument('run', type=int, help='The run number')
parser.add_argument('--mymdc-id', type=int, default=0, help="Run ID in myMdC")
parser.add_argument('--endpoint', default='tcp://max-exfl016:5555', parser.add_argument('--endpoint', default='tcp://max-exfl016:5555',
help="The ZMQ endpoint to connect to (max-exfl017 for testing)") help="The ZMQ endpoint to connect to (max-exfl017 for testing)")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment