Skip to content

problem with tagcalc.py and parameter parsing #8

@jose1711

Description

@jose1711

there seems to be a problem with parsing of argumens in tagcalc.py because
INFO: python2 tagcalc.py "abc" "Height #tag=building#"
is interpreted in python as
arg="abc"
arg="Height
arg=#tag-building#"

instead of "abc" + "Height #tag-building#"

tested in josm 8538, arch linux

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