-
Notifications
You must be signed in to change notification settings - Fork 337
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
[Console] Fix 'move' command hanging when done #447
Conversation
e99f334
to
bb08949
Compare
e1352ac
to
e533c5c
Compare
1913169
to
3924972
Compare
Console.get_torrent_name() expects string, but was given list from console.match_torrent(), so NoneType breaking join() in move message.
You don't need to close this if you made a mistake, make the changes to your branch and force push it |
Appreciate you Cas. I used my phone for this, never done before, and got confused, sorry. I thought to try revert branch back and make change again, so single commit for you to merge, but as you kindly said can just change/force-push, then did that. I would have amend'ed the last commit, but that was the "sync fork" commit I pressed on phone(thought would be same as rebase in cli), after accepting review, so hence made new commit. Sorry about that. I will look into the linting error later, and change if can. Thanks! Edit: Done. |
d9f1073
to
8b9c283
Compare
Console.get_torrent_name() expects string, but was given list from console.match_torrent(), so NoneType breaking join() in move message. Simplified and fixed now. Co-authored-by: Calum Lind <[email protected]>
Console.get_torrent_name() expects string, but was given list from console.match_torrent(), so NoneType breaking join() in move message. Console.get_torrent_name() expects string, but was given list from console.match_torrent(), so NoneType breaking join() in move message. Simplified and fixed now. Co-authored-by: Calum Lind <[email protected]> Closes: deluge-torrent#447
Console.get_torrent_name() expects string, but was given list from console.match_torrent(), so NoneType breaking join() in move message. Simplified and fixed now.