Commit ceb12b0b authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

add File.level0_id

parent a41df331
Pipeline #2498 failed with stage
in 0 seconds
...@@ -120,5 +120,6 @@ class File: ...@@ -120,5 +120,6 @@ class File:
def __repr__(self): def __repr__(self):
return f"<File {self.file_path}>" return f"<File {self.file_path}>"
def level_id(self): @property
def level0_id(self):
return self.obs_id + self.detector return self.obs_id + self.detector
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment