ChaterJee 0.1.1__py3-none-any.whl → 0.1.3__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 CHANGED
@@ -250,7 +250,7 @@ class ChatLogs:
250
250
  jobs = json.load(ffr)
251
251
  self.jobs = jobs
252
252
 
253
- logDIR = jobs[job_name]['logDIR']
253
+ logDIR = Path(jobs[job_name]['logDIR'])
254
254
  logFILE = jobs[job_name]['logFILE']
255
255
  logIMAGE = jobs[job_name]['logIMAGE']
256
256
 
@@ -380,7 +380,6 @@ class NoteLogs:
380
380
  pwd = Path.cwd()
381
381
  _logDIR = pwd / jobNAME
382
382
  _logDIR.mkdir(exist_ok=True)
383
- logDIR = str(_logDIR)
384
383
  else:
385
384
  _logDIR = Path(logDIR)
386
385
 
@@ -390,6 +389,8 @@ class NoteLogs:
390
389
  _logFILE = _logDIR / logFILE
391
390
  _logIMAGE = _logDIR / logIMAGE
392
391
 
392
+ logDIR = str(_logDIR)
393
+
393
394
  self.jobNAME = jobNAME
394
395
  self.logDIR = logDIR
395
396
  self.logFILE = logFILE
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ChaterJee
3
- Version: 0.1.1
3
+ Version: 0.1.3
4
4
  Summary: Communicate your project updates via Telegram Bot!
5
5
  Author: Pallab Dutta
6
6
  Author-email: pallab9997@gmail.com
@@ -0,0 +1,6 @@
1
+ ChaterJee/ChaterJee.py,sha256=UJ6RFrNrVjFVlO488tgYXhQukhNp1iiF1oLT1mmypqY,14399
2
+ ChaterJee/__init__.py,sha256=tZmkZY2XbzJ8rHDh8nOmb1W73kPecPv3xcEiCPwkZf4,98
3
+ chaterjee-0.1.3.dist-info/METADATA,sha256=Nl_q6whlokSPBfk-2EhqEenAnprOf6kpsUvFGVZBv2Q,340
4
+ chaterjee-0.1.3.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
5
+ chaterjee-0.1.3.dist-info/top_level.txt,sha256=Z1UAYoaNybpDiKjqa1yFpti_q0FNECVItb3-9yAh3gM,10
6
+ chaterjee-0.1.3.dist-info/RECORD,,
@@ -1,6 +0,0 @@
1
- ChaterJee/ChaterJee.py,sha256=fMsATU7dP0YebdbBvCmrXxnhi4CedXIz00AvgCtzaoA,14396
2
- ChaterJee/__init__.py,sha256=tZmkZY2XbzJ8rHDh8nOmb1W73kPecPv3xcEiCPwkZf4,98
3
- chaterjee-0.1.1.dist-info/METADATA,sha256=FyKAjSwfencz5EC5eYDxBzIASMgBlXV9oQAxFR7jHfI,340
4
- chaterjee-0.1.1.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
5
- chaterjee-0.1.1.dist-info/top_level.txt,sha256=Z1UAYoaNybpDiKjqa1yFpti_q0FNECVItb3-9yAh3gM,10
6
- chaterjee-0.1.1.dist-info/RECORD,,