Skip to content

Commit e433940

Browse files
committed
Update data_description.py
1 parent e43f921 commit e433940

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/aind_data_schema/data_description.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,8 @@ class AnalysisDescription(DataDescription):
463463

464464
@property
465465
def label(self):
466+
"""returns the label of the file"""
467+
466468
return f"{self.project_name}_{self.analysis_name}"
467469

468470
@classmethod

0 commit comments

Comments
 (0)