This behavior occurs because each command in the Python console starts a GTlab command to enable undo/redo of Python commands (see GtpyConsole::executeCode()). We should check whether the current ...
Tired of using print() statements for debugging that you have to later clean up? Welcome to professional Python development. This repository demonstrates how to replace clunky print statements with a ...