Skip to content

Commit

Permalink
fixed by comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly-Protasov committed Jul 17, 2020
1 parent 8221103 commit 201a6bc
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions test/integration/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@
pattern['name'],
pattern['code'],
"to file",
filename
filename,
'\n',
e
)
print(e)
sys.exit(1)

for metric in Config.get_patterns_config()['metrics']:
Expand All @@ -41,9 +42,10 @@
metric['name'],
metric['code'],
"to file",
filename
filename,
'\n',
e
)
print(e)
sys.exit(1)

sys.exit(0)

0 comments on commit 201a6bc

Please sign in to comment.