Skip to content

Commit dcf6951

Browse files
authored
fix: no default output file
1 parent 71c1665 commit dcf6951

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

graphinder/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ def argument_builder(args: List[str]) -> argparse.Namespace:
3434
dest='output_file',
3535
type=argparse.FileType('w'),
3636
help='The path of the results file',
37-
default='results.json',
3837
)
3938
parser.add_argument(
4039
'--verbose',

0 commit comments

Comments
 (0)