mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 15:48:21 +00:00
Make some simplifications and keep PyFlakes happy.
This commit is contained in:
parent
3f59f5f16f
commit
2e09a3a986
2 changed files with 21 additions and 16 deletions
|
@ -413,9 +413,11 @@ class parser(object):
|
|||
else:
|
||||
filename = match.group(2)[1:-1]
|
||||
# TODO: what do we do with the filename?
|
||||
filename # keep pyflakes happy
|
||||
|
||||
del filename
|
||||
linenum = int(match.group(1))
|
||||
linenum # keep pyflakes happy
|
||||
# TODO: process line number
|
||||
del linenum
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue