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