kmisc 2.1.113__py3-none-any.whl → 2.1.114__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.
kmisc/__init__.py CHANGED
@@ -2076,9 +2076,11 @@ def findPlanCfg(filename,find_name=None,default=False,original=False,date=None):
2076
2076
  data=cat(filename)
2077
2077
  if data is False:
2078
2078
  return default
2079
- if find_name and isinstance(find_name,str):
2079
+ if find_name:
2080
+ if isinstance(find_name,str):
2081
+ find_name=find_name.split(',')
2080
2082
  out=[]
2081
- for ff in find_name.split(','):
2083
+ for ff in find_name:
2082
2084
  found=False
2083
2085
  for i in data.split('\n'):
2084
2086
  if isinstance(i,str) and '=' in i:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: kmisc
3
- Version: 2.1.113
3
+ Version: 2.1.114
4
4
  Summary: Enginering useful library
5
5
  Home-page: https://github.com/kagepark/kmisc
6
6
  Author: Kage Park
@@ -0,0 +1,6 @@
1
+ kmisc/__init__.py,sha256=1b2psgkwI69O6mgGuIq6ftoWsKjWGyWxXxELwza4a5I,137942
2
+ kmisc-2.1.114.dist-info/LICENSE,sha256=mn9ekhb34HJxsrVhcxrLXJUzy55T62zg-Gh9Ro0mVJI,1066
3
+ kmisc-2.1.114.dist-info/METADATA,sha256=IAfRdDGTsTSJ5dx1UsMDoxKgs0KgjPpzfhuCTJfbHe8,5523
4
+ kmisc-2.1.114.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
5
+ kmisc-2.1.114.dist-info/top_level.txt,sha256=wvdHf5aQTqcGYvxk-F9E_BMWLMhlwC8INBmwO-V6_X4,6
6
+ kmisc-2.1.114.dist-info/RECORD,,
@@ -1,6 +0,0 @@
1
- kmisc/__init__.py,sha256=emQKkxfqVCMDcfAw_rK-V7R6pLQR4KyOK4pr4-FvtDU,137902
2
- kmisc-2.1.113.dist-info/LICENSE,sha256=mn9ekhb34HJxsrVhcxrLXJUzy55T62zg-Gh9Ro0mVJI,1066
3
- kmisc-2.1.113.dist-info/METADATA,sha256=G8rSKNOZ5bCu0lv63QiG3ZlqzXxIABUx0wmaK2CxYuw,5523
4
- kmisc-2.1.113.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
5
- kmisc-2.1.113.dist-info/top_level.txt,sha256=wvdHf5aQTqcGYvxk-F9E_BMWLMhlwC8INBmwO-V6_X4,6
6
- kmisc-2.1.113.dist-info/RECORD,,