mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
fix: pylint.
This commit is contained in:
committed by
Benoit Chevallier
parent
af41980f1f
commit
696e460c27
@@ -39,7 +39,10 @@ if __name__ == "__main__":
|
||||
parser.add_argument("--diff-cover-output", type=str, required=True)
|
||||
|
||||
cli_args = parser.parse_args()
|
||||
|
||||
# pylint: disable=broad-except
|
||||
try:
|
||||
main(cli_args)
|
||||
except Exception:
|
||||
traceback.print_exc()
|
||||
# pylint: enable=broad-except
|
||||
|
||||
Reference in New Issue
Block a user