python-ubercode-utils 2.0.5__py3-none-any.whl → 2.0.6__py3-none-any.whl
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.
- {python_ubercode_utils-2.0.5.dist-info → python_ubercode_utils-2.0.6.dist-info}/METADATA +1 -1
- {python_ubercode_utils-2.0.5.dist-info → python_ubercode_utils-2.0.6.dist-info}/RECORD +6 -6
- ubercode/utils/environment.py +1 -1
- {python_ubercode_utils-2.0.5.dist-info → python_ubercode_utils-2.0.6.dist-info}/LICENSE +0 -0
- {python_ubercode_utils-2.0.5.dist-info → python_ubercode_utils-2.0.6.dist-info}/WHEEL +0 -0
- {python_ubercode_utils-2.0.5.dist-info → python_ubercode_utils-2.0.6.dist-info}/top_level.txt +0 -0
|
@@ -4,11 +4,11 @@ ubercode/utils/convert.py,sha256=INxAIlIkwTeHSdVpqm8R_N5MzrSrjY9CduioHipu39g,113
|
|
|
4
4
|
ubercode/utils/cursor.py,sha256=zHqbmUavCF0l7ck_Tu4PfgSzRO762ULKHYsnqa3r0uY,1118
|
|
5
5
|
ubercode/utils/data.py,sha256=DStj9BAXPSPvQRZwfEQVYt19EoMavyNFt11U8ZnhagE,4364
|
|
6
6
|
ubercode/utils/dataframe.py,sha256=3AYoZGZB7wtN5brBDfRgnuIaEubhRrSc7qx8hi_vaaE,1616
|
|
7
|
-
ubercode/utils/environment.py,sha256=
|
|
7
|
+
ubercode/utils/environment.py,sha256=G2HaRxeVGZBO6nGqO3iXeLcA8zAfLRUO6LXVyeMiNBs,15822
|
|
8
8
|
ubercode/utils/logging.py,sha256=s4yIJWHo9MVO4oSk5IF3z6XTk-FOuyEiKnPFkiza3h4,9204
|
|
9
9
|
ubercode/utils/urls.py,sha256=dkAHH-ZOXkqueKor94fCmwUz6I4KnvAM_XcW8k2XjaY,14507
|
|
10
|
-
python_ubercode_utils-2.0.
|
|
11
|
-
python_ubercode_utils-2.0.
|
|
12
|
-
python_ubercode_utils-2.0.
|
|
13
|
-
python_ubercode_utils-2.0.
|
|
14
|
-
python_ubercode_utils-2.0.
|
|
10
|
+
python_ubercode_utils-2.0.6.dist-info/LICENSE,sha256=lch0WEJaqJY3C5aCYSr0u6Gw0set96a2fp9ZWJRYuR8,1069
|
|
11
|
+
python_ubercode_utils-2.0.6.dist-info/METADATA,sha256=LVm8lXskkDpU6X_sgkZ6HLvTvTTrYcrULJZ_ae6diNs,1225
|
|
12
|
+
python_ubercode_utils-2.0.6.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
|
|
13
|
+
python_ubercode_utils-2.0.6.dist-info/top_level.txt,sha256=5BojzbvNCpPkFXcVQVr7cfovhbYQYAlMKgiHSMgi7VU,9
|
|
14
|
+
python_ubercode_utils-2.0.6.dist-info/RECORD,,
|
ubercode/utils/environment.py
CHANGED
|
@@ -199,7 +199,7 @@ class Environment:
|
|
|
199
199
|
_log_from_value = 'None'
|
|
200
200
|
_log_to_value = str(v)
|
|
201
201
|
# we may be setting up a completely new database from scratch so create if it doesn't exist
|
|
202
|
-
if not db_dict
|
|
202
|
+
if not db_dict.get(db_parts[1]):
|
|
203
203
|
self._logger.debug(f'database {db_parts[0]}[{db_parts[1]}] was not found; creating...')
|
|
204
204
|
db_dict[db_parts[1]] = {}
|
|
205
205
|
# we now have db dict; we may not have a property already defined; if not we want to add it
|
|
File without changes
|
|
File without changes
|
{python_ubercode_utils-2.0.5.dist-info → python_ubercode_utils-2.0.6.dist-info}/top_level.txt
RENAMED
|
File without changes
|