mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 16:17:57 +01:00
Fix an error message
This commit is contained in:
parent
ba65a48ec8
commit
9754d6a811
@ -40,7 +40,7 @@ def load_extensions():
|
|||||||
|
|
||||||
state[name] = [True, i]
|
state[name] = [True, i]
|
||||||
except:
|
except:
|
||||||
logging.error('Failed to load the extension "{name}".')
|
logging.error(f'Failed to load the extension "{name}".')
|
||||||
traceback.print_exc()
|
traceback.print_exc()
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user