Browse Source

fixed handling of equals type args by CLTransformer

main
Grygoriy Fuchedzhy 13 years ago
parent
commit
8625684003
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      hyde/plugin.py

+ 1
- 1
hyde/plugin.py View File

@@ -297,7 +297,7 @@ class CLTransformer(Plugin):
param = "%s%s" % (self.option_prefix(descriptive),
descriptive)
if descriptive.endswith("="):
param.append(val)
param += val
val = None
params.append(param)
if val:


||||||
x
 
000:0
Loading…
Cancel
Save