Fix an error message

This commit is contained in:
oobabooga 2023-05-07 17:44:05 -03:00
parent ba65a48ec8
commit 9754d6a811

View File

@ -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()