Skip to content
Snippets Groups Projects

Move SafePopen to its own submodule

Merged Frits Sweijen requested to merge move_safepopen into master
@@ -17,7 +17,6 @@ import tempfile
from GRID_LRT.auth.get_picas_credentials import picas_cred as pc
import GRID_LRT
from GRID_LRT.auth import grid_credentials
from subprocess import Popen
from GRID_LRT.safepopen import SafePopen
Loading