CINPLA / exdir

Directory structure standard for experimental pipelines.
http://exdir.rtfd.io
MIT License
72 stars 13 forks source link

repr html fails when File is initialized with git lfs plugin and a relative path #86

Open lepmik opened 5 years ago

lepmik commented 5 years ago

https://github.com/CINPLA/exdir/blob/5a9a41f6b28580124931ade4594ddbe5ac00bcc3/exdir/plugins/git_lfs.py#L26

workaround

exdir.File(pathlib.Path('relative/path.exdir').absolute(), plugins=[git_lfs])