processview 0.1.2b0__tar.gz → 0.1.2b1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (10) hide show
  1. home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/processview/__pycache__/version.cpython-37.pyc +0 -0
  2. home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/processview/gui/__pycache__/processmanager.cpython-37.pyc +0 -0
  3. home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/processview/gui/processmanager.py +0 -2
  4. home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/processview/version.py +1 -1
  5. home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/{processview-0.1.2b0-py3.7.egg-info → processview-0.1.2b1-py3.7.egg-info}/PKG-INFO +1 -1
  6. /home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/{processview-0.1.2b0-py3.7.egg-info → processview-0.1.2b1-py3.7.egg-info}/SOURCES.txt +0 -0
  7. /home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/{processview-0.1.2b0-py3.7.egg-info → processview-0.1.2b1-py3.7.egg-info}/dependency_links.txt +0 -0
  8. /home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/{processview-0.1.2b0-py3.7.egg-info → processview-0.1.2b1-py3.7.egg-info}/not-zip-safe +0 -0
  9. /home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/{processview-0.1.2b0-py3.7.egg-info → processview-0.1.2b1-py3.7.egg-info}/requires.txt +0 -0
  10. /home/payno/.local/share/virtualenvs/tomwer_venv/lib/python3.7/site-packages/{processview-0.1.2b0-py3.7.egg-info → processview-0.1.2b1-py3.7.egg-info}/top_level.txt +0 -0
@@ -90,8 +90,6 @@ class ObservationTable(qt.QTableView):
90
90
  def contextMenuEvent(self, event):
91
91
  process = self._processAt(event.pos().x())
92
92
  dataset = self._datasetAt(event.pos().y())
93
- print("process is", process)
94
- print("data is", dataset)
95
93
  if _ProcessManager().met(process=process, dataset=dataset):
96
94
  self._target = (process, dataset)
97
95
  self.menu.exec_(event.globalPos())
@@ -79,7 +79,7 @@ MAJOR = 0
79
79
  MINOR = 1
80
80
  MICRO = 2
81
81
  RELEV = "rc" # <16
82
- SERIAL = 0 # <16
82
+ SERIAL = 1 # <16
83
83
 
84
84
  date = __date__
85
85
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: processview
3
- Version: 0.1.2b0
3
+ Version: 0.1.2b1
4
4
  Summary: Library workflow process supervision
5
5
  Home-page: https://gitlab.esrf.fr/workflow/processview
6
6
  Author: data analysis unit