Skip to content

Move SafePopen to its own submodule

Frits Sweijen requested to merge move_safepopen into master

Having SafePopen in GRID_LRT.application.submit apparently gives some problems if other (sub)modules that use it are imported before the class is defined in submit.py. This moves it to its own submodule GRID_LRT.safepopen to avoid that.

Merge request reports