Opened 9 years ago

Closed 8 years ago

Last modified 6 years ago

#2838 closed bug (Fixed)

missing ! in ui/console/colors.py line 59

Reported by: haryjustwantstofileabug Owned by: Bro
Priority: minor Milestone: 2.0.0
Component: Console UI Version: develop
Keywords: Cc:

Description

root/deluge/ui/console/colors.py line 59

 "Moving": "{!green,black,bold}"

is missing the final !, it should be:

    "Moving": "{!green,black,bold!}"

this fix will stop the console from pukeing warnings every time a torrent finishes and gets moved

Change History (4)

comment:1 by haryjustwantstofileabug, 9 years ago

Summary: missing ! in ui/console/colors.pymissing ! in ui/console/colors.py line 59
Version: other (please specify)develop (git)

comment:2 by Bro, 9 years ago

Milestone: needs verified2.0
Owner: set to Bro
Status: newaccepted

Thanks for reporting. I've added the fix to PR62

comment:3 by Calum, 8 years ago

Resolution: Fixed
Status: acceptedclosed

Fixed in develop: [2f8b4732b45cb3e5]

comment:4 by Calum, 6 years ago

Milestone: 2.02.0.0

Milestone renamed

Note: See TracTickets for help on using tickets.