Skip to content

Commit

Permalink
use sisl.get_environ_variable in conf.py
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Papior <[email protected]>
  • Loading branch information
zerothi committed Aug 13, 2024
1 parent 0ac5962 commit 2157c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
print(f"Located sisl here: {sisl.__path__}")

# Figure out if we can locate the tests:
sisl_files_tests = os.environ.get("SISL_FILES_TESTS", "-unknown-directory-")
sisl_files_tests = sisl.get_environ_variable("SISL_FILES_TESTS")
print(f"SISL_FILES_TESTS: {sisl_files_tests}")
print(" is directory: ", sisl_files_tests.is_dir())
if sisl_files_tests.is_dir():
Expand Down

0 comments on commit 2157c89

Please sign in to comment.