mirror of
https://github.com/YosysHQ/sby.git
synced 2026-05-09 05:52:22 +00:00
fix: print Path as string
This commit is contained in:
parent
6424d15aae
commit
b90de3c36d
1 changed files with 1 additions and 1 deletions
|
|
@ -365,7 +365,7 @@ if dump_files:
|
|||
find_files(taskname)
|
||||
else:
|
||||
find_files(None)
|
||||
print("\n".join(file_set))
|
||||
print("\n".join(str(f) for f in file_set))
|
||||
sys.exit(0)
|
||||
|
||||
if dump_tags:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue