Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ def configure_skidl_libs():
|
|
38 |
# Assume lib_search_paths is a dict (newer SKiDL)
|
39 |
lib_key = getattr(skidl, 'LIB_SPICE', 'spice')
|
40 |
lib_search_paths[lib_key] = [current_dir]
|
41 |
-
logger.info(f"Using dict-based lib_search_paths with key '{lib_key}' and {
|
42 |
|
43 |
# Conditionally set default library if set_default_lib exists
|
44 |
try:
|
|
|
38 |
# Assume lib_search_paths is a dict (newer SKiDL)
|
39 |
lib_key = getattr(skidl, 'LIB_SPICE', 'spice')
|
40 |
lib_search_paths[lib_key] = [current_dir]
|
41 |
+
logger.info(f"Using dict-based lib_search_paths with key '{lib_key}' and {current_dir}")
|
42 |
|
43 |
# Conditionally set default library if set_default_lib exists
|
44 |
try:
|