Search found 1 match

by erty56
26 Sep 2017, 15:52
Forum: Scripting and Automation
Topic: def exec synatax error
Replies: 1
Views: 1422

def exec synatax error

Part of my filebot command contains "--def exec=" which calls on a command that uses a regex. Part of the regex uses curly braces to detect repetition i.e. {1,3}
The curly braces seem to break filebot:

Code: Select all

SyntaxError: unexpected token: 1
Is there any way to get around it?