We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dab9025 commit 1769445Copy full SHA for 1769445
pvdeg/config.py
@@ -16,6 +16,5 @@
16
if not os.path.isdir(DATA_LIBRARY):
17
DATA_LIBRARY = os.path.join(sys.prefix, 'DataLibrary')
18
19
- raise FileNotFoundError(
20
- f"DataLibrary not found in {DATA_LIBRARY} or {PVDEG_DIR.parent}.")
+ print("DataLibrary not found in {DATA_LIBRARY} or {PVDEG_DIR.parent}.")
21
0 commit comments