We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca42c8c commit 3955c5eCopy full SHA for 3955c5e
1 file changed
intermine/lists/listmanager.py
@@ -266,9 +266,10 @@ def create_list(
266
if name is None:
267
name = self.get_unused_list_name()
268
if len(content) <= 0:
269
- print("Lists must have one or more elements - the current list has 0")
270
- print(
271
- "Please create a valid list with at least one element and create the list again")
+ print("Lists must have one or more elements"
+ " - the current list has 0")
+ print("Please create a valid list with at least one "
272
+ "element and create the list again.")
273
return
274
275
item_content = content
0 commit comments