pepjm
pepjm
Hi crash for exporting inline rules when slash in the name of the inline rule ( perhaps also other special characters ) Thank you for correction Jean-michel here example: inline...
Hi problem in csv when in comment column several lines or special characters - For example + if several lines in comments of the rules the CSV is cutted in...
Hi the exported files (rules,object) do not have the layername in the filename The tarname is OK , but not in the json and csv. Would be nice to have...
Hi bug with option --force crash "len(self.options) no length for type None " in: def display(self): Menu.menu_print(self.title, 1) for i in range(1, len(self.options)): I solved adding if self.options: def display(self):...