#3582: Console-UI prints deferred-object after commands
----------------------------+------------------------
 Reporter:  mhertz          |       Type:  bug
   Status:  new             |   Priority:  minor
Milestone:  needs verified  |  Component:  Console UI
  Version:  develop         |   Keywords:
----------------------------+------------------------
 As title, Console-UI always prints deferred object after every non-
 interactive command e.g.:
 {{{
 <Deferred at 0x7fdef49b2770 current result: None>
 }}}
 I narrowed culprit down to this commit: https://github.com/deluge-
 torrent/deluge/commit/ece31cf3cfb2ae277194f82bf35b45ea848f69c4, so started
 happening from release v2.10.

 Meanwhile I posted on forum to just change line 16 of e.g.
 '/usr/lib/python3.10/site-packages/deluge/ui/console/__init__.py' from:
 {{{
     return Console().start()
 }}}
 To:
 {{{
     Console().start()
 }}}
 Thanks in advance!

--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3582>
Deluge <https://deluge-torrent.org/>
Deluge Project

-- 
You received this message because you are subscribed to the Google Groups 
"Deluge Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/deluge-dev/045.0afd3a669fa39338427ba4c8953a0e93%40deluge-torrent.org.

Reply via email to