kmisc 2.1.116__tar.gz → 2.1.117__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.
- {kmisc-2.1.116 → kmisc-2.1.117}/PKG-INFO +1 -1
- {kmisc-2.1.116 → kmisc-2.1.117}/kmisc/__init__.py +1 -1
- {kmisc-2.1.116 → kmisc-2.1.117}/kmisc.egg-info/PKG-INFO +1 -1
- {kmisc-2.1.116 → kmisc-2.1.117}/LICENSE +0 -0
- {kmisc-2.1.116 → kmisc-2.1.117}/README.md +0 -0
- {kmisc-2.1.116 → kmisc-2.1.117}/kmisc.egg-info/SOURCES.txt +0 -0
- {kmisc-2.1.116 → kmisc-2.1.117}/kmisc.egg-info/dependency_links.txt +0 -0
- {kmisc-2.1.116 → kmisc-2.1.117}/kmisc.egg-info/top_level.txt +0 -0
- {kmisc-2.1.116 → kmisc-2.1.117}/pyproject.toml +0 -0
- {kmisc-2.1.116 → kmisc-2.1.117}/setup.cfg +0 -0
- {kmisc-2.1.116 → kmisc-2.1.117}/setup.py +0 -0
@@ -2783,7 +2783,7 @@ def kmp(mp={},func=None,name=None,timeout=0,quit=False,log_file=None,log_screen=
|
|
2783
2783
|
return rc
|
2784
2784
|
|
2785
2785
|
for n in [k for k in mp]:
|
2786
|
-
if isinstance(mp[
|
2786
|
+
if isinstance(mp[n],dict):
|
2787
2787
|
timeout=mp[n].get('timeout',0)
|
2788
2788
|
if quit is True or timeout > 0 and TIME().Int() > timeout:
|
2789
2789
|
if n != 'log':
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|