ChaterJee 0.5.5__py3-none-any.whl → 0.5.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 +4 -1
- {chaterjee-0.5.5.dist-info → chaterjee-0.5.6.dist-info}/METADATA +1 -1
- chaterjee-0.5.6.dist-info/RECORD +6 -0
- chaterjee-0.5.5.dist-info/RECORD +0 -6
- {chaterjee-0.5.5.dist-info → chaterjee-0.5.6.dist-info}/WHEEL +0 -0
- {chaterjee-0.5.5.dist-info → chaterjee-0.5.6.dist-info}/top_level.txt +0 -0
ChaterJee/ChaterJee.py
CHANGED
@@ -134,7 +134,10 @@ class ChatLogs:
|
|
134
134
|
logDIR = Path(jobs[job_name]['logDIR'])
|
135
135
|
logFILE = jobs[job_name]['logFILE']
|
136
136
|
logIMAGE = jobs[job_name]['logIMAGE']
|
137
|
-
|
137
|
+
try:
|
138
|
+
logDICT = jobs[job_name]['logDICT']
|
139
|
+
except KeyError:
|
140
|
+
logDICT = None
|
138
141
|
|
139
142
|
self.txt = self.get_last_line(logDIR / logFILE)
|
140
143
|
|
@@ -0,0 +1,6 @@
|
|
1
|
+
ChaterJee/ChaterJee.py,sha256=C01smlgFJiQ7OSb5HMbkNEOOJQ7UtNPztc_pTRps2KI,20021
|
2
|
+
ChaterJee/__init__.py,sha256=tZmkZY2XbzJ8rHDh8nOmb1W73kPecPv3xcEiCPwkZf4,98
|
3
|
+
chaterjee-0.5.6.dist-info/METADATA,sha256=GdIYXFRmqYJji6nbkb0mjQCMOS64anhlDt3g_bU6vJI,6723
|
4
|
+
chaterjee-0.5.6.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
|
5
|
+
chaterjee-0.5.6.dist-info/top_level.txt,sha256=Z1UAYoaNybpDiKjqa1yFpti_q0FNECVItb3-9yAh3gM,10
|
6
|
+
chaterjee-0.5.6.dist-info/RECORD,,
|
chaterjee-0.5.5.dist-info/RECORD
DELETED
@@ -1,6 +0,0 @@
|
|
1
|
-
ChaterJee/ChaterJee.py,sha256=pfUHdF8vmAKeLTIBbXtEJKst1swKBHqzu3VsCvXqQJE,19952
|
2
|
-
ChaterJee/__init__.py,sha256=tZmkZY2XbzJ8rHDh8nOmb1W73kPecPv3xcEiCPwkZf4,98
|
3
|
-
chaterjee-0.5.5.dist-info/METADATA,sha256=oSCj7QjFvZD6DqA9aQbL59uN-HrOSLd8kj8UdNFk69Y,6723
|
4
|
-
chaterjee-0.5.5.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
|
5
|
-
chaterjee-0.5.5.dist-info/top_level.txt,sha256=Z1UAYoaNybpDiKjqa1yFpti_q0FNECVItb3-9yAh3gM,10
|
6
|
-
chaterjee-0.5.5.dist-info/RECORD,,
|
File without changes
|
File without changes
|