Skip to content

Commit

Permalink
[CPCLOUD-3156] Syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor Vogel committed Apr 25, 2024
1 parent 965e8a9 commit 7f07af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent360/agent360.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ def _plugins_init(self):
module = None
logging.error('import_plugin_exception:%s', str(sys.exc_info()[0]))
finally:
if sys.version_info < (3, 4):
if sys.version_info < (3,4):
# Since we may exit via an exception, close fp explicitly.
if fp:
fp.close()
Expand Down

0 comments on commit 7f07af3

Please sign in to comment.