Skip to content

Commit 8da70bb

Browse files
committed
Follow up on the second half of a fix in SnpSiftDbNSFP thanks to @nsoranzo's sharp eyes.
1 parent 1454396 commit 8da70bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/galaxy/datatypes/text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ def generate_primary_file( self, dataset = None ):
339339
This is called only at upload to write the html file
340340
cannot rename the datasets here - they come with the default unfortunately
341341
"""
342-
self.regenerate_primary_file( self, dataset)
342+
self.regenerate_primary_file( dataset )
343343
def regenerate_primary_file(self,dataset):
344344
"""
345345
cannot do this until we are setting metadata

0 commit comments

Comments
 (0)