Skip to content
Snippets Groups Projects
Commit 31acbfa7 authored by Jameson Rollins's avatar Jameson Rollins
Browse files

Merge branch 'cdsrfmmonitor-py3' into 'master'

See merge request cds/advligorts!103
parents b9ad6a94 38ec2238
No related branches found
No related tags found
1 merge request!103Fix cdsrfmmonitor.py to call python3 version of config script
......@@ -8,11 +8,7 @@ import os
import argparse
import threading
# get CDS EPICS environment
sys.path.append('/opt/cdscfg')
import subprocess
import stdenv as cds
cds.INIT_ENV()
# now get EPICS python
from pcaspy import SimpleServer, Driver
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment