Skip to content

Commit

Permalink
Fixing minor errors
Browse files Browse the repository at this point in the history
  • Loading branch information
alhelguera authored and maaikelimper committed Jan 30, 2025
1 parent bfd6b0c commit 72b67bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ def update_datasets(days: int = 5):
args = parser.parse_args()
# Execute
LOGGER.info('Running wis2box migration from 1.0b8 to 1.0.0rc1 (update data collections)') # noqa
update_datasets(days_to_backfill=args.days_to_backfill)
update_datasets(days=args.days_to_backfill)

0 comments on commit 72b67bc

Please sign in to comment.