Skip to content

Commit 1d3844d

Browse files
committed
Fix bad merge in script.
1 parent 0b5b214 commit 1d3844d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/gha/trigger_workflow.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,6 @@ def parse_cmdline_args():
128128
parser.add_argument('-v', '--verbose', action='store_true', help='Enable verbose mode')
129129
parser.add_argument('-C', '--curl', default='curl', metavar='COMMAND', help='Curl command to use for making request')
130130
parser.add_argument('-A', '--in_github_action', action='store_true', help='Enable special logging for GitHub actions')
131-
parser.add_argument('-s', '--sleep', type=int, default=5, metavar='SECONDS',
132-
help='How long to sleep before querying for the run ID, default 5')
133131
parser.add_argument('-s', '--sleep', type=int, default=5, metavar='SECONDS',
134132
help='How long to sleep before querying for the run ID, default 5')
135133
args = parser.parse_args()

0 commit comments

Comments
 (0)