Skip to content

Commit

Permalink
[RunningText] PEP8
Browse files Browse the repository at this point in the history
  • Loading branch information
Twol committed Oct 2, 2023
1 parent 3596bb5 commit f7b430e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/Components/Renderer/RunningText.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def retValue(val, limit, default, Min=False):

def setWrapFlag(attrib, value):
if (attrib.lower() == "wrap" and value == "0") or \
(attrib.lower() == "nowrap" and value != "0"):
(attrib.lower() == "nowrap" and value != "0"):
self.txtflags &= ~RT_WRAP
else:
self.txtflags |= RT_WRAP
Expand Down

0 comments on commit f7b430e

Please sign in to comment.