Skip to content

Commit dfa6eab

Browse files
author
Vladimir Kotal
committed
fix flake8
1 parent 35b08aa commit dfa6eab

File tree

1 file changed

+1
-1
lines changed
  • opengrok-tools/src/main/python/opengrok_tools/utils

1 file changed

+1
-1
lines changed

opengrok-tools/src/main/python/opengrok_tools/utils/command.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def close(self):
257257
if self.timeout:
258258
e = timeout_thread.get_exception()
259259
if e:
260-
raise e # pylint: disable=E0702
260+
raise e # pylint: disable=E0702
261261

262262
except KeyboardInterrupt:
263263
self.logger.info("Got KeyboardException while processing ",

0 commit comments

Comments
 (0)