Skip to content

Commit

Permalink
ui: fix not serializable path when exporting JSON (VUnit#657)
Browse files Browse the repository at this point in the history
  • Loading branch information
eine committed Jul 7, 2020
1 parent c00f03d commit ff997a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vunit/ui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,7 @@ def _main_export_json(
dict(
name=name,
location=dict(
file_name=info.location.file_name,
file_name=str(info.location.file_name),
offset=info.location.offset,
length=info.location.length,
),
Expand Down

0 comments on commit ff997a4

Please sign in to comment.