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
This line is wrongly detected as a syntax error:
But
printis an existing attribute ofoptions, and the code works.