Skip to content
Snippets Groups Projects
Commit 5a4d3f30 authored by Taya Snijder's avatar Taya Snijder
Browse files

removed accidental code

parent 0ee2e892
Branches
Tags
1 merge request!359Resolve L2SS-679 "Initial pdu support"
...@@ -231,7 +231,7 @@ class mib_loader: ...@@ -231,7 +231,7 @@ class mib_loader:
if not path.isabs(mib_dir): if not path.isabs(mib_dir):
mib_dir = "/" + mib_dir mib_dir = "/" + mib_dir
compiler.addMibCompiler(self.mibBuilder, sources=[f'/opt/lofar/tango/tangostationcontrol/tangostationcontrol/test/clients/SNMP_mib_loading/"', ]) compiler.addMibCompiler(self.mibBuilder, sources=[f'file://{mib_dir}', ])
logger.debug(f"mib sources: {self.mibBuilder.getMibSources()}") logger.debug(f"mib sources: {self.mibBuilder.getMibSources()}")
def load_pymib(self, mib_name): def load_pymib(self, mib_name):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment