Skip to content

Commit

Permalink
bugfix ignoreList listret
Browse files Browse the repository at this point in the history
  • Loading branch information
WardDeb committed Jul 12, 2024
1 parent 7b89d5a commit 030a072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BRB/PushButton.py
Original file line number Diff line number Diff line change
Expand Up @@ -600,5 +600,5 @@ def GetResults(config, project, libraries):
if external_skipList:
assert not skipList
libTypes = ','.join(set([i[2] for i in external_skipList]))
msg = msg + [project, organism, libTypes, None, None, None, False]
msg = msg + [[project, organism, libTypes, None, None, None, False]]
return msg

0 comments on commit 030a072

Please sign in to comment.