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

add File.level_id

parent 8f9e260e
Pipeline #2491 failed with stage
in 0 seconds
......@@ -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