Skip to content

Commit

Permalink
comment unwanted kwargs out
Browse files Browse the repository at this point in the history
  • Loading branch information
danlu1 committed Nov 5, 2024
1 parent 63a22f3 commit 0182dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genie_registry/assay.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Assayinfo(FileTypeFormat):

_process_kwargs = ["newPath", "databaseSynId"]

_validation_kwargs = ["project_id"]
#_validation_kwargs = ["project_id"]

def _validateFilename(self, filepath_list):
"""Validate assay information filename"""
Expand Down

0 comments on commit 0182dff

Please sign in to comment.