mirror of
https://github.com/vale981/hiroplotutils
synced 2025-03-04 09:01:40 -05:00
file path relative to project dir
This commit is contained in:
parent
d13f5a529d
commit
04068aa6c0
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ def write_meta(path, include_kwags=True, filename_function_override=None, **kwar
|
|||
change_id=change_id,
|
||||
commit_id=commit_id,
|
||||
description=description.strip(),
|
||||
refers_to=str(path),
|
||||
refers_to=str(path.relative_to(project_dir)),
|
||||
)
|
||||
| kwargs,
|
||||
f,
|
||||
|
|
Loading…
Add table
Reference in a new issue