http://bugzilla.qooxdoo.org/show_bug.cgi?id=7740
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/Possible-bug-generate-py-with-empty-string-as-macro-value-tp7584605p7584617.html
Sent from the qooxdoo mailing list archive at Nabble.com.
---
You're right, please open a bug for it. Please include the OS you're using
and the Shell implementation (as shells vary strongly in their quoting
regimen).
T.
> Hi,
>
> If you pass any macro on command line with an empty string as value,
> generate.py throws an exception.
>
> app$ ./generate.py -
Hi,
If you pass any macro on command line with an empty string as value,
generate.py throws an exception.
app$ ./generate.py -m TEST:
Traceback (most recent call last):
File "/home/user/public_html/qooxdoo-3.0.1-sdk/tool/bin/generator.py",
line 247, in
main()
File "/home/user/public_html