From 1d0aa05e9a0468eb36a5cca32c512c6f481d95f2 Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Sat, 12 May 2018 17:14:02 +0200 Subject: [PATCH] OrganPipe: Use unicode for Py 2 compat --- boxes/generators/organpipe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boxes/generators/organpipe.py b/boxes/generators/organpipe.py index 43bb636..d6b46e9 100644 --- a/boxes/generators/organpipe.py +++ b/boxes/generators/organpipe.py @@ -67,7 +67,7 @@ class OrganPipe(Boxes): # Change class name! help="Cutup to mouth ratio") self.argparser.add_argument( "--mensur", action="store", type=int, default=0, - help="Distance in halftones in the Normalmensur by Töpfer") + help=u"Distance in halftones in the Normalmensur by Töpfer") self.argparser.add_argument( "--windpressure", action="store", type=float, default=588.4, help="in Pa")