Skip to content

Commit

Permalink
Update runner.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rekcah78 authored Jul 6, 2017
1 parent be629b3 commit 73e9e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
parser.add_argument('--queue', '-Q', required=True, help='Url of the SQS queue')
parser.add_argument('--locktable', required=True, help='name of dynamodb lock table')
parser.add_argument('--jobtable', required=True, help='name of dynamodb job table')
parser.add_argument('--region', '-Q', required=True, help='AWS region')
parser.add_argument('--region', required=True, help='AWS region')

args = parser.parse_args()

Expand Down

0 comments on commit 73e9e3f

Please sign in to comment.