mirror of
https://github.com/ansible/awx.git
synced 2026-03-28 22:35:08 -02:30
awx-api-lint: Fix setup.cfg syntax for linter test
Signed-off-by: Yanis Guenane <yguenane@redhat.com>
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
from argparse import ArgumentParser
|
||||
import traceback
|
||||
import logging
|
||||
import pdb # noqa
|
||||
import sys
|
||||
@@ -92,8 +91,8 @@ def main():
|
||||
exc = e
|
||||
raise
|
||||
except Exception as e:
|
||||
exc = e
|
||||
rc = 1
|
||||
exc = e # noqa
|
||||
rc = 1 # noqa
|
||||
raise
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user