We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21e6f0e commit ecd1a2aCopy full SHA for ecd1a2a
test.py
@@ -662,9 +662,7 @@ def make_paths():
662
else:
663
if not have_LD_LIBRARY_PATH:
664
os.environ["LD_LIBRARY_PATH"] = ""
665
- print("%r" % NS3_MODULE_PATH)
666
for path in NS3_MODULE_PATH:
667
- print("%r", path)
668
os.environ["LD_LIBRARY_PATH"] += ":" + path
669
os.environ["LD_LIBRARY_PATH"] += ":" + dce_ldlibpath
670
if options.verbose:
0 commit comments