Skip to content

Commit

Permalink
build: verbose is flag, no value (#26422)
Browse files Browse the repository at this point in the history
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com>
  • Loading branch information
trop[bot] and MarshallOfSound committed Nov 10, 2020
1 parent 2800ddf commit 7feffc7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion script/release/uploaders/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,9 @@ def parse_args():
action='store_true',
default=False,
required=False)
parser.add_argument('--verbose', help='Mooooorreee logs')
parser.add_argument('--verbose',
action='store_true',
help='Mooooorreee logs')
return parser.parse_args()


Expand Down

0 comments on commit 7feffc7

Please sign in to comment.