Commit a41df331 authored by BO ZHANG's avatar BO ZHANG :basketball:
Browse files

add File.level_id

parent 8f9e260e
No related merge requests found
Pipeline #2491 failed with stage
in 0 seconds
Showing with 3 additions and 0 deletions
+3 -0
......@@ -119,3 +119,6 @@ class File:
def __repr__(self):
return f"<File {self.file_path}>"
def level_id(self):
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