From 18b1f48497c3cdeee22a7e565bd54e5c3d20ffda Mon Sep 17 00:00:00 2001 From: hjunes Date: Wed, 30 Jul 2003 09:09:30 +0000 Subject: [PATCH] add space. --- scripts/mup2ly.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/mup2ly.py b/scripts/mup2ly.py index 958f889fcb..c42d8154a5 100644 --- a/scripts/mup2ly.py +++ b/scripts/mup2ly.py @@ -183,9 +183,9 @@ def option_help_str (o): if o[1]: sh = '-%s' % o[1] - sep = ' ' + sep = ' ' if o[1] and o[2]: - sep = ',' + sep = ', ' long = '' if o[2]: -- 2.39.5