Added missing check if LD_LIBRARY_PATH exists. #588
This commit is contained in:
parent
6ec4f0c374
commit
f4996978db
|
@ -63,6 +63,7 @@ def generate_bug_report_information():
|
|||
print('')
|
||||
|
||||
print_header("LD_LIBRARY CUDA PATHS")
|
||||
if 'LD_LIBRARY_PATH' in os.environ:
|
||||
lib_path = os.environ['LD_LIBRARY_PATH'].strip()
|
||||
for path in set(lib_path.split(':')):
|
||||
try:
|
||||
|
|
Loading…
Reference in New Issue
Block a user