repo_pull: Disable bare-except warning
Change-Id: I6a4af635811dc5d807196812e7782070fe230990
This commit is contained in:
@@ -366,6 +366,7 @@ def main():
|
||||
if not args.gerrit:
|
||||
try:
|
||||
args.gerrit = find_gerrit_name()
|
||||
# pylint: disable=bare-except
|
||||
except:
|
||||
print('gerrit instance not found, use [-g GERRIT]')
|
||||
sys.exit(1)
|
||||
|
||||
Reference in New Issue
Block a user