This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
hyde
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fixed handling of equals type args by CLTransformer
main
Grygoriy Fuchedzhy
13 years ago
parent
7ce58157a9
commit
8625684003
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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:
Write
Preview
|
|
|
|
|
|
x
0
0
0:0
Loading…
Cancel
Save