itkdb-gtk 0.10.4__tar.gz → 0.10.6__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.
- {itkdb_gtk-0.10.4 → itkdb_gtk-0.10.6}/PKG-INFO +1 -1
- {itkdb_gtk-0.10.4 → itkdb_gtk-0.10.6}/itkdb_gtk/CreateShipments.py +1 -1
- {itkdb_gtk-0.10.4 → itkdb_gtk-0.10.6}/itkdb_gtk/GetShipments.py +1 -1
- {itkdb_gtk-0.10.4 → itkdb_gtk-0.10.6}/itkdb_gtk/GlueWeight.py +1 -1
- {itkdb_gtk-0.10.4 → itkdb_gtk-0.10.6}/itkdb_gtk/ITkDButils.py +1 -1
- {itkdb_gtk-0.10.4 → itkdb_gtk-0.10.6}/itkdb_gtk/ShowAttachments.py +1 -1
- {itkdb_gtk-0.10.4 → itkdb_gtk-0.10.6}/itkdb_gtk/ShowComments.py +1 -1
- {itkdb_gtk-0.10.4 → itkdb_gtk-0.10.6}/itkdb_gtk/ShowDefects.py +1 -1
- {itkdb_gtk-0.10.4 → itkdb_gtk-0.10.6}/itkdb_gtk/UploadMultipleTests.py +1 -1
- {itkdb_gtk-0.10.4 → itkdb_gtk-0.10.6}/itkdb_gtk/UploadPetalInformation.py +1 -1
- {itkdb_gtk-0.10.4 → itkdb_gtk-0.10.6}/itkdb_gtk/UploadTest.py +1 -1
- {itkdb_gtk-0.10.4 → itkdb_gtk-0.10.6}/itkdb_gtk/__init__.py +1 -1
- {itkdb_gtk-0.10.4 → itkdb_gtk-0.10.6}/itkdb_gtk/dbGtkUtils.py +5 -2
- {itkdb_gtk-0.10.4 → itkdb_gtk-0.10.6}/itkdb_gtk/readAVSdata.py +1 -1
- {itkdb_gtk-0.10.4 → itkdb_gtk-0.10.6}/itkdb_gtk.egg-info/PKG-INFO +1 -1
- {itkdb_gtk-0.10.4 → itkdb_gtk-0.10.6}/pyproject.toml +1 -1
- {itkdb_gtk-0.10.4 → itkdb_gtk-0.10.6}/test/testComponent.py +1 -1
- {itkdb_gtk-0.10.4 → itkdb_gtk-0.10.6}/README.md +0 -0
- {itkdb_gtk-0.10.4 → itkdb_gtk-0.10.6}/itkdb_gtk/ITkDB.desktop +0 -0
- {itkdb_gtk-0.10.4 → itkdb_gtk-0.10.6}/itkdb_gtk/ITkDB.svg +0 -0
- {itkdb_gtk-0.10.4 → itkdb_gtk-0.10.6}/itkdb_gtk/ITkDBlogin.py +0 -0
- {itkdb_gtk-0.10.4 → itkdb_gtk-0.10.6}/itkdb_gtk/PanelVisualInspection.py +0 -0
- {itkdb_gtk-0.10.4 → itkdb_gtk-0.10.6}/itkdb_gtk/PetalReceptionTests.py +0 -0
- {itkdb_gtk-0.10.4 → itkdb_gtk-0.10.6}/itkdb_gtk/SensorUtils.py +0 -0
- {itkdb_gtk-0.10.4 → itkdb_gtk-0.10.6}/itkdb_gtk/UploadModuleIV.py +0 -0
- {itkdb_gtk-0.10.4 → itkdb_gtk-0.10.6}/itkdb_gtk/WireBondGui.py +0 -0
- {itkdb_gtk-0.10.4 → itkdb_gtk-0.10.6}/itkdb_gtk/dashBoard.py +0 -0
- {itkdb_gtk-0.10.4 → itkdb_gtk-0.10.6}/itkdb_gtk/readGoogleSheet.py +0 -0
- {itkdb_gtk-0.10.4 → itkdb_gtk-0.10.6}/itkdb_gtk/untrash_component.py +0 -0
- {itkdb_gtk-0.10.4 → itkdb_gtk-0.10.6}/itkdb_gtk.egg-info/SOURCES.txt +0 -0
- {itkdb_gtk-0.10.4 → itkdb_gtk-0.10.6}/itkdb_gtk.egg-info/dependency_links.txt +0 -0
- {itkdb_gtk-0.10.4 → itkdb_gtk-0.10.6}/itkdb_gtk.egg-info/entry_points.txt +0 -0
- {itkdb_gtk-0.10.4 → itkdb_gtk-0.10.6}/itkdb_gtk.egg-info/requires.txt +0 -0
- {itkdb_gtk-0.10.4 → itkdb_gtk-0.10.6}/itkdb_gtk.egg-info/top_level.txt +0 -0
- {itkdb_gtk-0.10.4 → itkdb_gtk-0.10.6}/setup.cfg +0 -0
- {itkdb_gtk-0.10.4 → itkdb_gtk-0.10.6}/test/testAnimated.py +0 -0
- {itkdb_gtk-0.10.4 → itkdb_gtk-0.10.6}/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.
|
|
3
|
+
Version: 0.10.6
|
|
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
|
|
@@ -515,7 +515,7 @@ def get_test_skeleton(session, component, test_code, userdef={}, uservalues={}):
|
|
|
515
515
|
if isinstance(val, dict):
|
|
516
516
|
continue
|
|
517
517
|
|
|
518
|
-
|
|
518
|
+
skltn[key] = userdef[key]
|
|
519
519
|
|
|
520
520
|
def get_default(vin, default=None):
|
|
521
521
|
# print(json.dumps(vin, indent=1))
|
|
@@ -723,8 +723,11 @@ class DictDialog(Gtk.Grid):
|
|
|
723
723
|
self.containers[name].set_text(out)
|
|
724
724
|
|
|
725
725
|
else:
|
|
726
|
-
|
|
727
|
-
|
|
726
|
+
if itm[last_key] is None:
|
|
727
|
+
itm[last_key] = txt
|
|
728
|
+
else:
|
|
729
|
+
tp = type(itm[last_key])
|
|
730
|
+
itm[last_key] = tp(txt)
|
|
728
731
|
|
|
729
732
|
def show_item(self, value, name=None):
|
|
730
733
|
"""Handle a single item."""
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: itkdb_gtk
|
|
3
|
-
Version: 0.10.
|
|
3
|
+
Version: 0.10.6
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|