raiseException(f"Something went wrong, try checking whether all the mib fills imported by the provided mib files are present (To do this enable debug options and scroll up) ")frome
if__name__=="__main__":
out_path=f"{Path().absolute()}/output_pymibs"
abs_path=str(Path().absolute()).replace("\\","/")
out_path=f"{abs_path}/output_pymibs"
in_path=f"{abs_path}/mibs"
parser=argparse.ArgumentParser(
description='Compiles .mib files in to the easy to load pysnmp format')
...
...
@@ -52,9 +46,12 @@ if __name__ == "__main__":
help='sets the output directory for the compiled mibs. (default: '