mirror of
https://github.com/vale981/hiroplotutils
synced 2025-03-04 17:11:38 -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,
|
change_id=change_id,
|
||||||
commit_id=commit_id,
|
commit_id=commit_id,
|
||||||
description=description.strip(),
|
description=description.strip(),
|
||||||
refers_to=str(path),
|
refers_to=str(path.relative_to(project_dir)),
|
||||||
)
|
)
|
||||||
| kwargs,
|
| kwargs,
|
||||||
f,
|
f,
|
||||||
|
|
Loading…
Add table
Reference in a new issue