This line is wrongly detected as a syntax error: ``` elif options.print: ``` But `print` is an existing attribute of `options`, and the code works.
This line is wrongly detected as a syntax error:
But
printis an existing attribute ofoptions, and the code works.