Skip to content

Malformed Makefile command #20

@chowsanthony

Description

@chowsanthony

roundtrip; from pathlib import Path; result = validate_true_roundtrip(Path('data/define-360i.xml'), Path('data/define-360i-recreated.xml')); print('Roundtrip test passed' if result.get('passed') else 'Roundtrip test failed')"

It appears that part of the command may have been truncated, given that the leading indentation is missing. Perhaps you intended:

	poetry run python -c "from src.define_json.validation.roundtrip import run_true_roundtrip_test; from pathlib import Path; result = run_true_roundtrip_test(Path('data/define-360i.xml')); print('Roundtrip test passed' if result.get('passed') else 'Roundtrip test failed')"

P.S. I am still getting familiar with make, poetry, uv, etc., so please be gentle with me.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions