Skip to content

problem with tagcalc.py and parameter parsing #8

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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