ut-wdp 1.3.1.20250909__py3-none-any.whl → 1.3.2.20250911__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.
ut_wdp/__version__.py CHANGED
@@ -17,7 +17,7 @@ _now = datetime.now().strftime("%Y%m%d")
17
17
  __title__ = 'ut_wdp'
18
18
  __description__ = 'Watch Dog Processors Utilities.'
19
19
  __url__ = 'https://ut-wdp.readthedocs.io/en/latest'
20
- __version__ = f'1.3.1.{_now}'
20
+ __version__ = f'1.3.2.{_now}'
21
21
  __build__ = _now
22
22
  __author__ = 'Bernd Stroehle'
23
23
  __author_email__ = 'bernd.stroehle@gmail.com'
ut_wdp/pmeh/wdp.py CHANGED
@@ -9,7 +9,7 @@ from watchdog.events import PatternMatchingEventHandler
9
9
 
10
10
  from ut_log.log import Log, LogEq
11
11
  from ut_dic.dic import Dic
12
- from ut_path.pathnm import PathNm
12
+ from ut_path.pathnm import Pathnm
13
13
  from ut_path.path import Path
14
14
  from ut_path.path import AoPath
15
15
  from ut_ctl.journalctl import Journalctl
@@ -118,7 +118,9 @@ class WdP:
118
118
  """
119
119
  WatchDog Task for pattern matching of files paths
120
120
  """
121
- _in_dir = PathNm.sh_path('in_dir', kwargs)
121
+ _in_dir: TnPath = Pathnm.sh_path('in_dir', kwargs)
122
+ if not _in_dir:
123
+ return
122
124
  _in_patterns: TyArr = Dic.get_as_array(kwargs, 'in_patterns')
123
125
  _scripts: TyArr = cls.sh_scripts(kwargs)
124
126
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ut_wdp
3
- Version: 1.3.1.20250909
3
+ Version: 1.3.2.20250911
4
4
  Summary: Utilities for Watchdog Processors
5
5
  Author-email: Bernd Stroehle <bernd.stroehle@gmail.com>
6
6
  Maintainer-email: Bernd Stroehle <bernd.stroehle@gmail.com>
@@ -0,0 +1,10 @@
1
+ ut_wdp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ ut_wdp/__version__.py,sha256=AXq6T8bsvVTNcuZBOy-S-_Ur2Sknj9D2weEs43ZiSbQ,851
3
+ ut_wdp/pmeh/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ ut_wdp/pmeh/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
+ ut_wdp/pmeh/wdp.py,sha256=Rk2BXRoPXmZkxTdZU750xI5DXixAStE6Sr4wdVx7r24,4692
6
+ ut_wdp-1.3.2.20250911.dist-info/licenses/LICENSE.txt,sha256=J_iuINKTDamw5ae3f9kSe4pHFmUHQAn8FL_bWQfJgcg,850
7
+ ut_wdp-1.3.2.20250911.dist-info/METADATA,sha256=x3ZmLBVR77pLSMyObyBk2CUmNh4gYVmXowpDhAIleg8,32687
8
+ ut_wdp-1.3.2.20250911.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
9
+ ut_wdp-1.3.2.20250911.dist-info/top_level.txt,sha256=8DGyc0kJPvjla4PLttEyuCBMSXkHz3y_18J9ri0ca0k,7
10
+ ut_wdp-1.3.2.20250911.dist-info/RECORD,,
@@ -1,10 +0,0 @@
1
- ut_wdp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- ut_wdp/__version__.py,sha256=Ffq9AVL9hPq0BvjQ0LwpOEoXvHx5nGWtom_D1k8Fvno,851
3
- ut_wdp/pmeh/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- ut_wdp/pmeh/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
- ut_wdp/pmeh/wdp.py,sha256=SZmV8oZNxtqrd0GPpW51uQrndLtPn9SLjiDbIohgoVI,4641
6
- ut_wdp-1.3.1.20250909.dist-info/licenses/LICENSE.txt,sha256=J_iuINKTDamw5ae3f9kSe4pHFmUHQAn8FL_bWQfJgcg,850
7
- ut_wdp-1.3.1.20250909.dist-info/METADATA,sha256=HLa2nVt6_kAFBRdqwaX1k-LXQ3viNTggbeZwKbGjotY,32687
8
- ut_wdp-1.3.1.20250909.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
9
- ut_wdp-1.3.1.20250909.dist-info/top_level.txt,sha256=8DGyc0kJPvjla4PLttEyuCBMSXkHz3y_18J9ri0ca0k,7
10
- ut_wdp-1.3.1.20250909.dist-info/RECORD,,