mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00
lint
This commit is contained in:
parent
9bbe11eeb9
commit
8d75a9ff89
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ def main(argv=None):
|
|||
if len(args) < 1:
|
||||
raise Usage('committer_parser.py needs a filename or \'-\' to read from stdin')
|
||||
except getopt.error as msg:
|
||||
raise Usage(msg)
|
||||
raise Usage(msg)
|
||||
except Usage as err:
|
||||
print(err.msg, file=sys.stderr)
|
||||
return 2
|
||||
|
|
Loading…
Add table
Reference in a new issue