Skip to content

bisector: disallow importing as __main__

Douglas Raillard requested to merge github/fork/douglas-raillard-arm/_pr60 into next

Calling the script directly imports it as main, which breaks references to classes expected to be hosted in a module called bisector. That behavior is normal for a python application and handled by a shim create by pip in a PATH location, so bisector needs to be called through it.

Merge request reports