Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Commit

Permalink
fix: build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
weliasz committed Nov 4, 2021
1 parent 6eeeaea commit d7a8535
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion splunk_connect_for_snmp_mib_server/translator.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ def mib_translator(self, var_bind):
logger.debug(
f"* Re-Translated PDU: {translated_var_bind.prettyPrint()}"
)
return translated_var_bind.prettyPrint().replace(" = ", "=")

except Exception as e:
logger.debug(f"Error happened during translation checking: {e}")
Expand Down

0 comments on commit d7a8535

Please sign in to comment.