Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3 of 4 path actions return PosixPath, declared as returning str #468

Closed
nriley opened this issue Jan 15, 2022 · 1 comment
Closed

3 of 4 path actions return PosixPath, declared as returning str #468

nriley opened this issue Jan 15, 2022 · 1 comment

Comments

@nriley
Copy link

nriley commented Jan 15, 2022

>>> actions.list('path')
path.talon_app() -> str
  Path to Talon application
path.talon_home() -> str
  Path to home/.talon
path.talon_user() -> str
  Path to Talon user
path.user_home() -> str
  Path to user home
>>> actions.path.talon_app()
PosixPath('/Users/nicholas/Applications/Talon.app/Contents/Resources')
>>> actions.path.talon_home()
PosixPath('/Users/nicholas/.talon')
>>> actions.path.talon_user()
PosixPath('/Users/nicholas/.talon/user')
>>> actions.path.user_home()
'/Users/nicholas'
nriley added a commit to nriley/talon_community that referenced this issue Jan 15, 2022
@lunixbochs
Copy link

fixed in next beta

nriley added a commit to nriley/talon_community that referenced this issue May 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants