There was an error while loading. Please reload this page.
This line is wrongly detected as a syntax error:
elif options.print:
But print is an existing attribute of options, and the code works.
print
options