Skip to content
Snippets Groups Projects

ENH: add a decorator that adds a path variable

Merged Henrik tom Wörden requested to merge f-real-path into dev
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -173,8 +173,8 @@ in a vairable with the same name (as it is the case for other Records).
records:
fileEntity:
role: File # necessary to create a File Entity
path: somefile_path # defines the path in CaosDB
file: somefile_path # path where the file is found locally
path: somefile.path # defines the path in CaosDB
file: somefile.path # path where the file is found locally
SomeRecord:
ParameterFile: $fileEntity # creates a reference to the file
Loading