Skip to content

Commit

Permalink
[noahs-] return a visidata.Path instead of a pathlib.Path
Browse files Browse the repository at this point in the history
  • Loading branch information
anjakefala committed Dec 24, 2023
1 parent b056a99 commit 4dc5a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visidata/experimental/noahs_tapestry/tapestry.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

@VisiData.api
def getNoahsPath(vd, name):
return vd.pkg_resources_files('visidata')/f'experimental/noahs_tapestry/{name}'
return Path(vd.pkg_resources_files('visidata')/f'experimental/noahs_tapestry/{name}')

@VisiData.api
def openNoahsText(vd, name):
Expand Down

0 comments on commit 4dc5a94

Please sign in to comment.