mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-14 11:15:09 +08:00
MAINT: Format the list when making error message
This commit is contained in:
@@ -551,7 +551,7 @@ class AssetFinder(object):
|
||||
|
||||
# Handle missing assets
|
||||
if len(missing) > 0:
|
||||
warnings.warn("Missing assets for identifiers: " + missing)
|
||||
warnings.warn("Missing assets for identifiers: %s" % missing)
|
||||
|
||||
# Return a list of the sids of the found assets
|
||||
return [asset.sid for asset in matches]
|
||||
|
||||
Reference in New Issue
Block a user