ChaterJee 0.2.5__py3-none-any.whl → 0.2.6__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.
- ChaterJee/ChaterJee.py +3 -2
- {chaterjee-0.2.5.dist-info → chaterjee-0.2.6.dist-info}/METADATA +1 -1
- chaterjee-0.2.6.dist-info/RECORD +6 -0
- chaterjee-0.2.5.dist-info/RECORD +0 -6
- {chaterjee-0.2.5.dist-info → chaterjee-0.2.6.dist-info}/WHEEL +0 -0
- {chaterjee-0.2.5.dist-info → chaterjee-0.2.6.dist-info}/top_level.txt +0 -0
ChaterJee/ChaterJee.py
CHANGED
@@ -300,8 +300,9 @@ class NoteLogs:
|
|
300
300
|
else:
|
301
301
|
_logDIR = Path(logDIR)
|
302
302
|
|
303
|
-
|
304
|
-
|
303
|
+
if logSTRING is not None:
|
304
|
+
with open(_logDIR / logFILE, 'a') as ffa:
|
305
|
+
print(f"\n{logSTRING}",file=ffa)
|
305
306
|
|
306
307
|
_logFILE = _logDIR / logFILE
|
307
308
|
_logIMAGE = _logDIR / logIMAGE
|
@@ -0,0 +1,6 @@
|
|
1
|
+
ChaterJee/ChaterJee.py,sha256=oTSXbCSpfXB8f9m7ErXSFMlgGayGifI8FUHRa2DeFDg,12995
|
2
|
+
ChaterJee/__init__.py,sha256=tZmkZY2XbzJ8rHDh8nOmb1W73kPecPv3xcEiCPwkZf4,98
|
3
|
+
chaterjee-0.2.6.dist-info/METADATA,sha256=4vxE7azdZinkvyeVseBAvFDyBvRib3Sei7UfYqYZzPA,3844
|
4
|
+
chaterjee-0.2.6.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
|
5
|
+
chaterjee-0.2.6.dist-info/top_level.txt,sha256=Z1UAYoaNybpDiKjqa1yFpti_q0FNECVItb3-9yAh3gM,10
|
6
|
+
chaterjee-0.2.6.dist-info/RECORD,,
|
chaterjee-0.2.5.dist-info/RECORD
DELETED
@@ -1,6 +0,0 @@
|
|
1
|
-
ChaterJee/ChaterJee.py,sha256=xBOSlGLH0O15W6ZtPvCFfBug1dlyQ4p6g7yFwwPxjBw,12953
|
2
|
-
ChaterJee/__init__.py,sha256=tZmkZY2XbzJ8rHDh8nOmb1W73kPecPv3xcEiCPwkZf4,98
|
3
|
-
chaterjee-0.2.5.dist-info/METADATA,sha256=bELxgqCxoIxuQ8inkpEfVJRqKs3RrQC6bpZZa9W3KOs,3844
|
4
|
-
chaterjee-0.2.5.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
|
5
|
-
chaterjee-0.2.5.dist-info/top_level.txt,sha256=Z1UAYoaNybpDiKjqa1yFpti_q0FNECVItb3-9yAh3gM,10
|
6
|
-
chaterjee-0.2.5.dist-info/RECORD,,
|
File without changes
|
File without changes
|