Skip to content
Snippets Groups Projects
Commit 123ddbe3 authored by sveseli's avatar sveseli
Browse files

add few more default keys

parent d78d5a3c
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ from dmObject import DmObject ...@@ -4,7 +4,7 @@ from dmObject import DmObject
class FileMetadata(DmObject): class FileMetadata(DmObject):
DEFAULT_KEY_LIST = [ 'id', 'fileName', 'experimentName', 'locationList' ] DEFAULT_KEY_LIST = [ 'id', 'fileName', 'experimentName', 'locationList', 'filePath', 'fileSize', 'md5Sum', 'experimentFilePath' ]
def __init__(self, dict): def __init__(self, dict):
DmObject.__init__(self, dict) DmObject.__init__(self, dict)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment