Skip to content

Commit

Permalink
Merge branch 'fix-output-param' of 'https://github.com/sduenas/grimoi…
Browse files Browse the repository at this point in the history
…relab-chronicler'

Merges #1 
Closes #1
  • Loading branch information
jjmerchante authored Jan 16, 2025
2 parents fcb7af4 + 0ceda78 commit 2ba4d7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chronicler/chronicler.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
@click.option(
"--output",
help="File where events will be written",
type=click.File("wb"),
type=click.File("w"),
default=sys.stdout
)
@click.option(
Expand All @@ -49,7 +49,7 @@
@click.argument('datasource')
@click.version_option(__version__, message="%(prog)s %(version)s")
def chronicler(datasource, input, output, json_line):
"""Generates GrimoireLab events from the items obtained by Perceval.
"""Generates GrimoireLab events from the items fetched by Perceval.
The chronicler is a command line tool and a library that converts
items generated by Perceval into events. The tool reads
Expand Down

0 comments on commit 2ba4d7b

Please sign in to comment.