We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1454396 commit 8da70bbCopy full SHA for 8da70bb
lib/galaxy/datatypes/text.py
@@ -339,7 +339,7 @@ def generate_primary_file( self, dataset = None ):
339
This is called only at upload to write the html file
340
cannot rename the datasets here - they come with the default unfortunately
341
"""
342
- self.regenerate_primary_file( self, dataset)
+ self.regenerate_primary_file( dataset )
343
def regenerate_primary_file(self,dataset):
344
345
cannot do this until we are setting metadata
0 commit comments