Skip to content

Commit d604e83

Browse files
author
Vladimir Kotal
committed
fix indent
1 parent d577fda commit d604e83

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

opengrok-tools/src/main/python/opengrok_tools/projadm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ def main():
312312
logger.debug("web application URI = {}".format(uri))
313313

314314
lock = FileLock(path.join(tempfile.gettempdir(),
315-
path.basename(sys.argv[0]) + ".lock"))
315+
path.basename(sys.argv[0]) + ".lock"))
316316
try:
317317
with lock.acquire(timeout=0):
318318
if args.add:

0 commit comments

Comments
 (0)