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

Issue with app selection #5

Closed
blackxored opened this issue Dec 17, 2017 · 1 comment
Closed

Issue with app selection #5

blackxored opened this issue Dec 17, 2017 · 1 comment
Labels

Comments

@blackxored
Copy link

F00E-423F-8AD2-90260BC58C87/workflow/workflow.py", line 2067, in run
    func(self)
  File "./vpn.py", line 534, in main
    return do_config(args.get('<query>'))
  File "./vpn.py", line 342, in do_config
    icon=app.info.path,
AttributeError: 'NoneType' object has no attribute 'path'

Fixed naively by commenting all info.paths since I didn't quite care about the icon, just wanted to select Tunnelblick.

deanishe added a commit that referenced this issue Dec 18, 2017
@deanishe
Copy link
Owner

Sorry about that. Fixed in v3.0.1.

The code I was using only worked with running apps, and of course I had both Tunnelblick and Viscosity running for testing the workflow…

@deanishe deanishe added the bug label Dec 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants