Skip to content

Commit 1ba6a7f

Browse files
authored
apply black
1 parent 882d99b commit 1ba6a7f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docker/start.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,11 @@ def check_index_and_wipe_out(logger):
498498
logger.info("Checking if index matches current version")
499499
indexer_options = ["-R", OPENGROK_CONFIG_FILE, "--checkIndex", "version"]
500500
indexer = Indexer(
501-
indexer_options, java_opts=indexer_java_opts, logger=logger, jar=OPENGROK_JAR, doprint=True
501+
indexer_options,
502+
java_opts=indexer_java_opts,
503+
logger=logger,
504+
jar=OPENGROK_JAR,
505+
doprint=True,
502506
)
503507
indexer.execute()
504508
if indexer.getretcode() == 1:

0 commit comments

Comments
 (0)