Skip to content
This repository was archived by the owner on May 17, 2022. It is now read-only.

Commit 3bc308a

Browse files
committed
bug fix
1 parent 93c0b45 commit 3bc308a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1118,7 +1118,7 @@ def json(self):
11181118

11191119
logger.info(f'reporting bugs at {port} and saving them in bugs.json')
11201120
else:
1121-
logger.info(f'saving bugs in {path}')
1121+
logger.info(f'saving bugs in bugs.json')
11221122

11231123
with env.begin(config_db, write = True) as txn:
11241124
if '-t' in argv and len(argv) > 1:

0 commit comments

Comments
 (0)