python/sepolicy: remove unnecessary pass statement
This issue has been found using lgtm.com analyzer:
eac5e661ca/files/python/sepolicy/sepolicy/__init__.py (x9f8225117f52fb01)
:1
Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>
This commit is contained in:
parent
af67fa5d95
commit
0da7718310
1 changed files with 0 additions and 1 deletions
|
@ -539,7 +539,6 @@ def find_file(reg):
|
|||
path += "/"
|
||||
except IndexError:
|
||||
print("try failed got an IndexError")
|
||||
pass
|
||||
|
||||
try:
|
||||
pat = re.compile(r"%s$" % reg)
|
||||
|
|
Loading…
Reference in a new issue