You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
merge
help advertises the--dry-run
option however running it raises an error:The text was updated successfully, but these errors were encountered: