Merge pull request #500 from ryanmerolle/python-formatting

Python formatting Startup Scripts
This commit is contained in:
Christian Mäder 2021-04-26 16:32:49 +02:00 committed by GitHub
commit 73b07a7181
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ for link in custom_links:
if link["content_type_id"] is None: if link["content_type_id"] is None:
print( print(
"⚠️ Unable to create Custom Link '{0}': The content_type '{1}' is unknown".format( "⚠️ Unable to create Custom Link '{0}': The content_type '{1}' is unknown".format(
link.get('name'), content_type link.get("name"), content_type
) )
) )
continue continue