autowrap icon indicating copy to clipboard operation
autowrap copied to clipboard

Output error message if pxd comment is found that can't be parsed (e.g., extra space after : )

Open timosachsenberg opened this issue 4 years ago • 1 comments

Happened a few times and is probably easy to fix in autowrap.

timosachsenberg avatar May 21 '21 10:05 timosachsenberg

@timosachsenberg you could simply remove the check for empty values here on line 142 and therefore allow empty values which a user could now generate with "wrap-x: wrap-y: Now some stuff here":

https://github.com/OpenMS/autowrap/blob/84e19fb094d628a7446120873c6819e79296bb3c/autowrap/PXDParser.py#L140-L150

hroest avatar Feb 17 '22 22:02 hroest