3 lines
141 B
Python
3 lines
141 B
Python
import subprocess
|
|
ret = subprocess.check_output("git pull", shell=True, cwd="/sls/rf/data/SLS_Teststand/PShell/sls_archiver")
|
|
set_return(ret) |