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

CLI is raising error when called #53

Closed
hhm0 opened this issue Nov 14, 2016 · 1 comment
Closed

CLI is raising error when called #53

hhm0 opened this issue Nov 14, 2016 · 1 comment

Comments

@hhm0
Copy link
Contributor

hhm0 commented Nov 14, 2016

Was following instructions in #52 (comment) and the following error took place:

$ PYTHONPATH=.. ./supysonic-cli --help
Traceback (most recent call last):
  File "./supysonic-cli", line 26, in <module>
    from supysonic.managers.folder import FolderManager
  File "<supysonic-location>/managers/folder.py", line 23, in <module>
    from supysonic.scanner import Scanner
  File "<supysonic-location>/scanner.py", line 206
    self.__store.find(User, User.last_play_id == tr.id).set(User.last_play_id = None)
SyntaxError: keyword can't be an expression

This is caused by commit 1de9e2b (currently the latest commit); reverting to the commit before it (783e9b5) fixes this for now.

@spl0k spl0k closed this as completed in 02ac2df Nov 14, 2016
@hhm0
Copy link
Contributor Author

hhm0 commented Nov 14, 2016

Thanks! :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant