Skip to content

Commit

Permalink
@leplatrem review.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémy HUBSCHER committed Dec 6, 2018
1 parent 9c7b803 commit 814ff54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kinto_wizard/validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def validate_export(config):
else: # pragma: no cover
# Legacy for file before kinto-wizard 4.0
logger.warning("Your file seems to be in legacy format. "
"Please add a `buckets:` root namespace.")
"Please add a `buckets:` root level.")
buckets = config
for bid, bucket in buckets.items():
logger.info(f"- Bucket {bid}")
Expand Down
2 changes: 1 addition & 1 deletion kinto_wizard/yaml2kinto.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ async def initialize_server(async_client, config, bucket=None, collection=None,
else: # pragma: no cover
# Legacy for file before kinto-wizard 4.0
logger.warning("Your file seems to be in legacy format. "
"Please add a `buckets:` root namespace.")
"Please add a `buckets:` root level.")
buckets = config
with async_client.batch() as batch:
for bucket_id, bucket in buckets.items():
Expand Down

0 comments on commit 814ff54

Please sign in to comment.