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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: kmisc
3
- Version: 2.1.116
3
+ Version: 2.1.117
4
4
  Summary: Enginering useful library
5
5
  Home-page: https://github.com/kagepark/kmisc
6
6
  Author: Kage Park
@@ -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[k],dict):
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':
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: kmisc
3
- Version: 2.1.116
3
+ Version: 2.1.117
4
4
  Summary: Enginering useful library
5
5
  Home-page: https://github.com/kagepark/kmisc
6
6
  Author: Kage Park
File without changes
File without changes
File without changes
File without changes
File without changes