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

[Console] Fix 'move' command hanging when done #447

Closed
wants to merge 4 commits into from

Commits on Sep 2, 2024

  1. [Console] Fix 'move' command hanging when done

    Console.get_torrent_name() expects string, but was given list from console.match_torrent(), so NoneType breaking join() in move message.
    mhertz committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    3924972 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Update deluge/ui/console/cmdline/commands/move.py

    Co-authored-by: Calum Lind <[email protected]>
    mhertz and cas-- authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    c49c3d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bee0872 View commit details
    Browse the repository at this point in the history
  3. [Console] Fix 'move' command hanging when done

    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]>
    mhertz and cas-- committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    8b9c283 View commit details
    Browse the repository at this point in the history