fix "Duplicate algorithm name" warnings at start-up

Issue #1122 closed
Andreas Rabe created an issue

Comments (6)

  1. Benjamin Jakimow

    The reason is that you use initAll(), which is aready called by start_app

    from enmapbox.testing import start_app
    
    qgsApp = start_app()
    
    initAll()
    

  2. Log in to comment