itkdb-gtk 0.10.1__tar.gz → 0.10.3__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.

Potentially problematic release.


This version of itkdb-gtk might be problematic. Click here for more details.

Files changed (37) hide show
  1. {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/PKG-INFO +1 -1
  2. {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/itkdb_gtk/WireBondGui.py +8 -2
  3. {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/itkdb_gtk/__init__.py +1 -1
  4. {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/itkdb_gtk.egg-info/PKG-INFO +1 -1
  5. {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/pyproject.toml +1 -1
  6. {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/README.md +0 -0
  7. {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/itkdb_gtk/CreateShipments.py +0 -0
  8. {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/itkdb_gtk/GetShipments.py +0 -0
  9. {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/itkdb_gtk/GlueWeight.py +0 -0
  10. {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/itkdb_gtk/ITkDB.desktop +0 -0
  11. {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/itkdb_gtk/ITkDB.svg +0 -0
  12. {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/itkdb_gtk/ITkDBlogin.py +0 -0
  13. {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/itkdb_gtk/ITkDButils.py +0 -0
  14. {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/itkdb_gtk/PanelVisualInspection.py +0 -0
  15. {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/itkdb_gtk/PetalReceptionTests.py +0 -0
  16. {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/itkdb_gtk/SensorUtils.py +0 -0
  17. {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/itkdb_gtk/ShowAttachments.py +0 -0
  18. {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/itkdb_gtk/ShowComments.py +0 -0
  19. {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/itkdb_gtk/ShowDefects.py +0 -0
  20. {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/itkdb_gtk/UploadModuleIV.py +0 -0
  21. {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/itkdb_gtk/UploadMultipleTests.py +0 -0
  22. {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/itkdb_gtk/UploadPetalInformation.py +0 -0
  23. {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/itkdb_gtk/UploadTest.py +0 -0
  24. {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/itkdb_gtk/dashBoard.py +0 -0
  25. {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/itkdb_gtk/dbGtkUtils.py +0 -0
  26. {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/itkdb_gtk/readAVSdata.py +0 -0
  27. {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/itkdb_gtk/readGoogleSheet.py +0 -0
  28. {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/itkdb_gtk/untrash_component.py +0 -0
  29. {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/itkdb_gtk.egg-info/SOURCES.txt +0 -0
  30. {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/itkdb_gtk.egg-info/dependency_links.txt +0 -0
  31. {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/itkdb_gtk.egg-info/entry_points.txt +0 -0
  32. {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/itkdb_gtk.egg-info/requires.txt +0 -0
  33. {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/itkdb_gtk.egg-info/top_level.txt +0 -0
  34. {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/setup.cfg +0 -0
  35. {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/test/testAnimated.py +0 -0
  36. {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/test/testComponent.py +0 -0
  37. {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/test/test_holes.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: itkdb_gtk
3
- Version: 0.10.1
3
+ Version: 0.10.3
4
4
  Summary: A collection of Gtk based GUI to access ITkDB.
5
5
  Author-email: Carlos Lacasta <carlos.lacasta@cern.ch>
6
6
  Project-URL: Homepage, https://gitlab.cern.ch/atlas-itk/sw/db/itk-pdb-gtk-gui-utils
@@ -16,6 +16,8 @@ except ImportError:
16
16
  cwd = Path(__file__).parent.parent
17
17
  sys.path.append(cwd.as_posix())
18
18
  import itkdb_gtk
19
+
20
+ __HELP_LINK__="https://itkdb-gtk.docs.cern.ch/wirebondTest.html"
19
21
 
20
22
  from itkdb_gtk import dbGtkUtils
21
23
  from itkdb_gtk import ITkDBlogin, ITkDButils, UploadTest
@@ -414,7 +416,7 @@ def get_module_param(SN):
414
416
  class WireBond(dbGtkUtils.ITkDBWindow):
415
417
  """Main window."""
416
418
 
417
- def __init__(self, session, title="", help=None):
419
+ def __init__(self, session, title="", help=__HELP_LINK__):
418
420
  """Initialization."""
419
421
  super().__init__(title=title, session=session, help=help)
420
422
  self.pdb = None
@@ -748,7 +750,11 @@ class WireBond(dbGtkUtils.ITkDBWindow):
748
750
 
749
751
  def parse(self, data):
750
752
  """Parses a JSon dictionary."""
751
- dbGtkUtils.set_combo_iter(self.inst_combo, data["institution"])
753
+ try:
754
+ dbGtkUtils.set_combo_iter(self.inst_combo, data["institution"])
755
+ except KeyError:
756
+ self.write_message("institution value is not in the loaded file.")
757
+
752
758
  self.operator.set_text(data["properties"]["OPERATOR"])
753
759
  self.machine.set_text(data["properties"]["BOND_MACHINE"])
754
760
  self.batch.set_text(data["properties"]["BONDWIRE_BATCH"])
@@ -1,6 +1,6 @@
1
1
  """ itkdb-gtk python module
2
2
  """
3
- __version__ = "0.10.1"
3
+ __version__ = "0.10.3"
4
4
 
5
5
 
6
6
  def dash_board():
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: itkdb_gtk
3
- Version: 0.10.1
3
+ Version: 0.10.3
4
4
  Summary: A collection of Gtk based GUI to access ITkDB.
5
5
  Author-email: Carlos Lacasta <carlos.lacasta@cern.ch>
6
6
  Project-URL: Homepage, https://gitlab.cern.ch/atlas-itk/sw/db/itk-pdb-gtk-gui-utils
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "itkdb_gtk"
7
- version = "0.10.1"
7
+ version = "0.10.3"
8
8
  authors = [
9
9
  { name="Carlos Lacasta", email="carlos.lacasta@cern.ch" },
10
10
  ]
File without changes
File without changes