This commit is contained in:
Kovid Goyal 2023-12-19 18:58:41 +05:30
parent 486e882d3d
commit 25aa15d411
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -48,6 +48,7 @@ def get_resources(zfp, name_or_list_of_names, print_tracebacks_for_missing_resou
ans[name] = zf.read(name)
except:
if print_tracebacks_for_missing_resources:
print('Failed to load resource:', repr(name), 'from the plugin zip file:', zfp, file=sys.stderr)
import traceback
traceback.print_exc()
if len(names) == 1: