diff --git a/.gitignore b/.gitignore index 63917fc..c7b8e91 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ -# Temporary editor files # -########################## *~ *.*:* *.*- *.*-* -__pycache__ \ No newline at end of file +*.-* +__pycache__ +__pycache__/*.* diff --git a/__pycache__/pvgateway.cpython-37.pyc b/__pycache__/pvgateway.cpython-37.pyc deleted file mode 100644 index b7e6101..0000000 Binary files a/__pycache__/pvgateway.cpython-37.pyc and /dev/null differ diff --git a/__pycache__/pvwidgets.cpython-37.pyc b/__pycache__/pvwidgets.cpython-37.pyc deleted file mode 100644 index 463e551..0000000 Binary files a/__pycache__/pvwidgets.cpython-37.pyc and /dev/null differ diff --git a/pvgateway.py b/pvgateway.py index 1116252..b48b775 100644 --- a/pvgateway.py +++ b/pvgateway.py @@ -950,8 +950,8 @@ class PVGateway(QWidget): elif self.qt_object_name == self.PV_DAQ_BS: self.color_mode = self.READBACK_STATIC - if 'READ' in self.pv_name: - print('color mode',self.pv_name, self.color_mode) + #if 'READ' in self.pv_name: + # print('color mode',self.pv_name, self.color_mode) self._qt_dynamic_property_set(self.color_mode) else: