Skip to content

Commit

Permalink
Fixed CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm committed Jan 15, 2025
1 parent fc1ffe5 commit c4215a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/smi/manager/test_mib-tree-inspection.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

mibBuilder = builder.MibBuilder()
mibBuilder.loadTexts = True
mibBuilder.add_mib_sources(builder.DirMibSource(os.path.expanduser("~/.pysnmp/mibs"))),
mibBuilder.add_mib_sources(builder.DirMibSource(compiler.DEFAULT_DEST))
mibView = view.MibViewController(mibBuilder)

mibBuilder.load_modules(
Expand Down

0 comments on commit c4215a8

Please sign in to comment.