exdir icon indicating copy to clipboard operation
exdir copied to clipboard

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

Open lepmik opened this issue 6 years ago • 0 comments

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])

lepmik avatar May 10 '19 14:05 lepmik