Arrcttacsrks commited on
Commit
e2a4d50
·
verified ·
1 Parent(s): 8e9c148

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 {current,大家好dir}")
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: