ChaterJee 0.1__tar.gz → 0.1.2__tar.gz
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-0.1 → chaterjee-0.1.2}/ChaterJee/ChaterJee.py +2 -1
- {chaterjee-0.1 → chaterjee-0.1.2}/ChaterJee.egg-info/PKG-INFO +1 -1
- {chaterjee-0.1 → chaterjee-0.1.2}/PKG-INFO +1 -1
- {chaterjee-0.1 → chaterjee-0.1.2}/setup.py +1 -1
- {chaterjee-0.1 → chaterjee-0.1.2}/ChaterJee/__init__.py +0 -0
- {chaterjee-0.1 → chaterjee-0.1.2}/ChaterJee.egg-info/SOURCES.txt +0 -0
- {chaterjee-0.1 → chaterjee-0.1.2}/ChaterJee.egg-info/dependency_links.txt +0 -0
- {chaterjee-0.1 → chaterjee-0.1.2}/ChaterJee.egg-info/requires.txt +0 -0
- {chaterjee-0.1 → chaterjee-0.1.2}/ChaterJee.egg-info/top_level.txt +0 -0
- {chaterjee-0.1 → chaterjee-0.1.2}/README.md +0 -0
- {chaterjee-0.1 → chaterjee-0.1.2}/setup.cfg +0 -0
@@ -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(pwd)
|
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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|