Skip to content

Commit

Permalink
Fix pylint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
edewata committed Feb 15, 2024
1 parent c490eb5 commit 0dee194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/server/python/pki/server/deployment/pkihelper.py
Original file line number Diff line number Diff line change
Expand Up @@ -1971,7 +1971,7 @@ def deregister(self, instance, subsystem, critical_failure=True):
krahost,
kraport)

except Exception:
except Exception: # pylint: disable=W0718
logger.error(
log.PKIHELPER_KRACONNECTOR_UPDATE_FAILURE_2,
str(krahost),
Expand Down

0 comments on commit 0dee194

Please sign in to comment.