Opened 8 years ago

Closed 7 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 Changed 8 years ago by haryjustwantstofileabug

  • Summary changed from missing ! in ui/console/colors.py to missing ! in ui/console/colors.py line 59
  • Version changed from other (please specify) to develop (git)

comment:2 Changed 8 years ago by bro

  • Milestone changed from needs verified to 2.0
  • Owner set to bro
  • Status changed from new to accepted

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

comment:3 Changed 7 years ago by Cas

  • Resolution set to Fixed
  • Status changed from accepted to closed

Fixed in develop: [2f8b4732b45cb3e5]

comment:4 Changed 6 years ago by Cas

  • Milestone changed from 2.0 to 2.0.0

Milestone renamed

Note: See TracTickets for help on using tickets.