mwhudson / livefs-editor

GNU General Public License v3.0
68 stars 31 forks source link

actions: restore support for relative paths #42

Closed xypron closed 1 year ago

xypron commented 1 year ago

interpret_path() returns None when called for a relative path.

Relative paths should be interpreted as relative to the main temporary directory.

Fixes: 05774719e06a ("interpret $LAYER[n] as a prefix to paths in cp, rm")