Skip to content

Commit

Permalink
[camcontrol] - use noqa to silence PEP8 flake8 noise
Browse files Browse the repository at this point in the history
  • Loading branch information
Twol committed Oct 5, 2023
1 parent 8ff099a commit c7972c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/Tools/camcontrol.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def getConfigs(self, prefix):

def current(self):
try:
l = readlink(self.link)
l = readlink(self.link) # noqa: E741
prefix = self.name + '.'
return path.split(l)[1].split(prefix, 2)[1]
except:
Expand Down

0 comments on commit c7972c8

Please sign in to comment.