ChaterJee 0.6.2__py3-none-any.whl → 0.6.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 +2 -2
- {chaterjee-0.6.2.dist-info → chaterjee-0.6.3.dist-info}/METADATA +1 -1
- chaterjee-0.6.3.dist-info/RECORD +7 -0
- chaterjee-0.6.2.dist-info/RECORD +0 -7
- {chaterjee-0.6.2.dist-info → chaterjee-0.6.3.dist-info}/WHEEL +0 -0
- {chaterjee-0.6.2.dist-info → chaterjee-0.6.3.dist-info}/entry_points.txt +0 -0
- {chaterjee-0.6.2.dist-info → chaterjee-0.6.3.dist-info}/top_level.txt +0 -0
ChaterJee/ChaterJee.py
CHANGED
@@ -514,9 +514,9 @@ def register():
|
|
514
514
|
job.save_job_JSON()
|
515
515
|
|
516
516
|
if args.logfile is None:
|
517
|
-
|
517
|
+
logFile = f'{args.jobname}.log'
|
518
518
|
else:
|
519
|
-
|
519
|
+
logFile = args.logfile
|
520
520
|
|
521
521
|
with open(logFile, "w") as out, open("error.log", "w") as err:
|
522
522
|
subprocess.Popen(
|
@@ -0,0 +1,7 @@
|
|
1
|
+
ChaterJee/ChaterJee.py,sha256=hATz-m5qq6eUmXGixlr26mJ7CpEQCodhMwG-EMSp014,21561
|
2
|
+
ChaterJee/__init__.py,sha256=tZmkZY2XbzJ8rHDh8nOmb1W73kPecPv3xcEiCPwkZf4,98
|
3
|
+
chaterjee-0.6.3.dist-info/METADATA,sha256=CE54gOyp7GkgMwqnX7LD1MVDkOM_3H8sWo2EVKuucus,6723
|
4
|
+
chaterjee-0.6.3.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
|
5
|
+
chaterjee-0.6.3.dist-info/entry_points.txt,sha256=MCOBbAWR8oBPX7h6flYn8SGUtoXTQR_qO6iLPRv4Zhc,95
|
6
|
+
chaterjee-0.6.3.dist-info/top_level.txt,sha256=Z1UAYoaNybpDiKjqa1yFpti_q0FNECVItb3-9yAh3gM,10
|
7
|
+
chaterjee-0.6.3.dist-info/RECORD,,
|
chaterjee-0.6.2.dist-info/RECORD
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
ChaterJee/ChaterJee.py,sha256=fe3vpyMrbcF1KUNJphDvPiaxXdbaFOlu4I6wa842Mzo,21561
|
2
|
-
ChaterJee/__init__.py,sha256=tZmkZY2XbzJ8rHDh8nOmb1W73kPecPv3xcEiCPwkZf4,98
|
3
|
-
chaterjee-0.6.2.dist-info/METADATA,sha256=MeYwuCgYXzkR1zyXY1Bd5Y8oj947FplRjUFPBrC8QiE,6723
|
4
|
-
chaterjee-0.6.2.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
|
5
|
-
chaterjee-0.6.2.dist-info/entry_points.txt,sha256=MCOBbAWR8oBPX7h6flYn8SGUtoXTQR_qO6iLPRv4Zhc,95
|
6
|
-
chaterjee-0.6.2.dist-info/top_level.txt,sha256=Z1UAYoaNybpDiKjqa1yFpti_q0FNECVItb3-9yAh3gM,10
|
7
|
-
chaterjee-0.6.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|