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

Commit

Permalink
fix: change comment in order to fix CI (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
omrozowicz-splunk authored Sep 1, 2021
1 parent 0e3e089 commit a6e2ce0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions splunk_connect_for_snmp_mib_server/translator.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ def __init__(self, server_config):
# Execute the 1st translation to force mibs to be ready to use
self.first_mib_translation_trigger()

# build a oids collection in mongo
# build a oids collection in mongodb
def build_oids_collection(self, oid_mongo_config):
oids_collection = OidsRepository(oid_mongo_config)
return oids_collection

# build a mibs collection in mongo
# build a mibs collection in mongodb
def build_mibs_collection(self, mib_mongo_config):
mibs_collection = MibsRepository(mib_mongo_config)
return mibs_collection
Expand Down

0 comments on commit a6e2ce0

Please sign in to comment.