Skip to content

Commit

Permalink
PEP8 double aggressive W291 ~ W293 and W391
Browse files Browse the repository at this point in the history
  • Loading branch information
openvix-bot committed Dec 9, 2023
1 parent 344c89c commit 11ab8a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/python/Components/Converter/PliExtraInfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def createCryptoBar(self, info):

res += Hex2strColor(colors[3]) # white (this acts like a color "reset" for following strings
return res

def createCurrentCaidLabel(self):
res = ""
if not pathExists("/tmp/ecm.info"):
Expand Down
3 changes: 1 addition & 2 deletions lib/python/Components/Renderer/AudioIcon.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ def changed(self, what):
self.pngname = pngname

def findAudioIcon(self, audioName):
pngname = resolveFilename(SCOPE_GUISKIN, self.path + audioName + ".svg")
pngname = resolveFilename(SCOPE_GUISKIN, self.path + audioName + ".svg")
if fileExists(pngname):
return pngname
return ""

0 comments on commit 11ab8a7

Please sign in to comment.