Skip to content

Commit 1769445

Browse files
committed
update config to see if install doesnt fail
1 parent dab9025 commit 1769445

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pvdeg/config.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@
1616
if not os.path.isdir(DATA_LIBRARY):
1717
DATA_LIBRARY = os.path.join(sys.prefix, 'DataLibrary')
1818
if not os.path.isdir(DATA_LIBRARY):
19-
raise FileNotFoundError(
20-
f"DataLibrary not found in {DATA_LIBRARY} or {PVDEG_DIR.parent}.")
19+
print("DataLibrary not found in {DATA_LIBRARY} or {PVDEG_DIR.parent}.")
2120

0 commit comments

Comments
 (0)