Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge --dry-run raises error #478

Closed
hamishcampbell opened this issue Sep 25, 2021 · 0 comments
Closed

merge --dry-run raises error #478

hamishcampbell opened this issue Sep 25, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@hamishcampbell
Copy link
Member

$ kart --version
Kart v0.10.3.dev0+ci.2599.git2934f2b9, Copyright (c) Kart Contributors
» GDAL v3.2.0; PROJ v6.3.0
» PyGit2 v1.3.0; Libgit2 v1.1.0; Git v2.33.0
» SQLAlchemy v1.4.11; pysqlite3 v2.6.0/v3.31.1; SpatiaLite v5.0.0; Libpq v13.0.4
» SpatialIndex v1.9.3

merge help advertises the --dry-run option however running it raises an error:

$ kart merge my-edits --dry-run
Traceback (most recent call last):
  File "kart_cli.py", line 4, in <module>
  File "kart/cli.py", line 334, in entrypoint
  File "click/core.py", line 829, in __call__
  File "click/core.py", line 782, in main
  File "kart/cli.py", line 157, in invoke
  File "click/core.py", line 1259, in invoke
  File "click/core.py", line 1066, in invoke
  File "click/core.py", line 610, in invoke
  File "click/decorators.py", line 21, in new_func
  File "kart/merge.py", line 325, in merge
  File "kart/merge_util.py", line 713, in merge_status_to_text
TypeError: sequence item 1: expected str instance, tuple found
[19205] Failed to execute script kart_cli
@hamishcampbell hamishcampbell added the bug Something isn't working label Sep 25, 2021
@olsen232 olsen232 changed the title marge --dry-run raises error merge --dry-run raises error Sep 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant