diff --git a/patch_put.py b/patch_put.py index 87e90a4f3..941cff7b6 100644 --- a/patch_put.py +++ b/patch_put.py @@ -1,7 +1,7 @@ # ioc_put_patch.py import time import epics - +''' _orig_put = epics.PV.put def _patched_put(self, value, *args, **kwargs): @@ -12,3 +12,4 @@ def _patched_put(self, value, *args, **kwargs): # Patch global de epics.PV.put epics.PV.put = _patched_put +''' \ No newline at end of file