Skip to content

Commit

Permalink
remove finally statement for 0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
MaKyOtOx committed Jun 14, 2019
1 parent 9d60eac commit f530f2b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions PatrowlEnginesUtils/PatrowlEngineTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,6 @@ def custom_test(self, test_name, assets, scan_policy={}, is_valid=True,
except AssertionError:
print(r.json())
assert False
finally:
return r.json()

# Wait until scan is finished
timeout_start = time.time()
Expand Down
2 changes: 1 addition & 1 deletion PatrowlEnginesUtils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


__title__ = 'patrowl_engine_utils'
__version__ = '0.0.10'
__version__ = '0.0.11'
__author__ = 'Nicolas MATTIOCCO'
__license__ = 'AGPLv3'
__copyright__ = 'Copyright (C) 2018-2019 Nicolas Mattiocco - @MaKyOtOx'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='PatrowlEnginesUtils',
version='0.0.10',
version='0.0.11',
description='Common classes for PatrowlEngines',
url='https://github.com/Patrowl/PatrowlEnginesUtils',
author='Nicolas Mattiocco',
Expand Down

0 comments on commit f530f2b

Please sign in to comment.