#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 , 9 years ago
Summary: | missing ! in ui/console/colors.py → missing ! in ui/console/colors.py line 59 |
---|---|
Version: | other (please specify) → develop (git) |
comment:2 by , 9 years ago
Milestone: | needs verified → 2.0 |
---|---|
Owner: | set to |
Status: | new → accepted |
comment:3 by , 8 years ago
Resolution: | → Fixed |
---|---|
Status: | accepted → closed |
Fixed in develop: [2f8b4732b45cb3e5]
Note:
See TracTickets
for help on using tickets.
Thanks for reporting. I've added the fix to PR62