reykit 1.1.51__py3-none-any.whl → 1.1.52__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.
reykit/ros.py
CHANGED
@@ -1027,12 +1027,12 @@ class Folder(Base):
|
|
1027
1027
|
# Exist.
|
1028
1028
|
exist = os_exists(self.path)
|
1029
1029
|
if exist:
|
1030
|
-
text = '
|
1030
|
+
text = 'Directory already exists | %s' % self.path
|
1031
1031
|
|
1032
1032
|
# Not exist.
|
1033
1033
|
else:
|
1034
1034
|
os_makedirs(self.path)
|
1035
|
-
text = '
|
1035
|
+
text = 'Directory creation complete | %s' % self.path
|
1036
1036
|
|
1037
1037
|
# Report.
|
1038
1038
|
if report:
|
@@ -8,7 +8,7 @@ reykit/rlog.py,sha256=jgnI8jFSGw0WcD8SSVmUCkomLXY8uoXdwJMUyB2ED4U,25587
|
|
8
8
|
reykit/rmonkey.py,sha256=9-NvBM4phThKTHpqTSPlPGfJWcoDSp4EVl8x3xHJacg,7951
|
9
9
|
reykit/rnet.py,sha256=15yrZTMET4cdimbslMk9O8HO9ofMtvfo1dZgLd4Bafw,16938
|
10
10
|
reykit/rnum.py,sha256=PhG4V_BkVfCJUsbpMDN1umGZly1Hsus80TW8bpyBtyY,3653
|
11
|
-
reykit/ros.py,sha256=
|
11
|
+
reykit/ros.py,sha256=vrzs2biU6qZhNqvwV4iJn7MvJF1vdeblJ6pbjIh12dc,42955
|
12
12
|
reykit/rrand.py,sha256=imysGSoQH4O0yq45EILYYdow_280LDqYioE4Sm-L4_U,8938
|
13
13
|
reykit/rre.py,sha256=4DVxy28dl5zn6_II8-cgr7E2nVPH5QJIJVB4o7Vsf1A,6078
|
14
14
|
reykit/rschedule.py,sha256=_nrfrXYxlFAKCDbM8ibTTb60zNDlHxyE310cv-A19Kw,5799
|
@@ -22,7 +22,7 @@ reykit/rwrap.py,sha256=x4CzSndSdSv_e8lLbLifvC_v2ogWHD42-tDhwsq_DzQ,15317
|
|
22
22
|
reykit/rzip.py,sha256=TU18pEpbr2T7zWFzxkcZPjN5gudw-FArusf55qeNDCo,3453
|
23
23
|
reykit/rdll/__init__.py,sha256=WrJ_8jp_hbn2nl1osrR3buZMsmAGRVY6HfQdhDoJpSM,698
|
24
24
|
reykit/rdll/rdll_core.py,sha256=o6-rKcTQgxZQe0kD3GnwyNb3KL9IogzgCQNOmYLMm7A,5086
|
25
|
-
reykit-1.1.
|
26
|
-
reykit-1.1.
|
27
|
-
reykit-1.1.
|
28
|
-
reykit-1.1.
|
25
|
+
reykit-1.1.52.dist-info/METADATA,sha256=FaLppu0Wz58YqO4tAD2RzT_acfSws0pUXYq4GD7FC0I,1872
|
26
|
+
reykit-1.1.52.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
27
|
+
reykit-1.1.52.dist-info/licenses/LICENSE,sha256=UYLPqp7BvPiH8yEZduJqmmyEl6hlM3lKrFIefiD4rvk,1059
|
28
|
+
reykit-1.1.52.dist-info/RECORD,,
|
File without changes
|
File without changes
|