Skip to content

Commit

Permalink
fix tuple
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelsoup42 committed Sep 7, 2023
1 parent 4155509 commit 0154a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cardano_account_pandas_dumper/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def main():
parser.exit(
message=(
f"Specified to_block {args.to_block} for report, "
+ f"available data only to block {data_from_api.to_block}",
+ f"available data only to block {data_from_api.to_block}"
),
status=1,
)
Expand Down

0 comments on commit 0154a9c

Please sign in to comment.