je-editor 0.0.199__py3-none-any.whl → 0.0.200__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.
- je_editor/utils/redirect_manager/redirect_manager_class.py +1 -1
- {je_editor-0.0.199.dist-info → je_editor-0.0.200.dist-info}/METADATA +1 -1
- {je_editor-0.0.199.dist-info → je_editor-0.0.200.dist-info}/RECORD +6 -6
- {je_editor-0.0.199.dist-info → je_editor-0.0.200.dist-info}/WHEEL +1 -1
- {je_editor-0.0.199.dist-info → je_editor-0.0.200.dist-info}/LICENSE +0 -0
- {je_editor-0.0.199.dist-info → je_editor-0.0.200.dist-info}/top_level.txt +0 -0
@@ -52,7 +52,7 @@ class RedirectManager(object):
|
|
52
52
|
sys.stderr = redirect_err
|
53
53
|
default_logger = logging.getLogger("RedirectManager")
|
54
54
|
default_logger.addHandler(redirect_err)
|
55
|
-
skip_logger_list = ["JEditor", "FrontEngine", "AutomationIDE"]
|
55
|
+
skip_logger_list = ["JEditor", "FrontEngine", "AutomationIDE", "TestPioneer"]
|
56
56
|
for name in logging.root.manager.loggerDict.keys():
|
57
57
|
if name in skip_logger_list:
|
58
58
|
continue
|
@@ -98,11 +98,11 @@ je_editor/utils/multi_language/english.py,sha256=gR0utQPeyNhcpRNaaaa05mFC1ErGWPv
|
|
98
98
|
je_editor/utils/multi_language/multi_language_wrapper.py,sha256=_MtYrE51poQ1p_iWvT2eg_604uj6IsiBgGpifWpYLGc,1050
|
99
99
|
je_editor/utils/multi_language/traditional_chinese.py,sha256=Vf6tpdE0Rb8hiVBGHLpSioi4QrRXSsP5-iktePZGk0w,5668
|
100
100
|
je_editor/utils/redirect_manager/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
101
|
-
je_editor/utils/redirect_manager/redirect_manager_class.py,sha256=
|
101
|
+
je_editor/utils/redirect_manager/redirect_manager_class.py,sha256=UDX-9Qn9x4Yc8fjj-Xn0bS62EOPbqqipT7SKkycBufw,2189
|
102
102
|
je_editor/utils/venv_check/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
103
103
|
je_editor/utils/venv_check/check_venv.py,sha256=oCrMdue4NYUUGrVifh_iHFwIgxVx9azYN4jz3Xiulgg,999
|
104
|
-
je_editor-0.0.
|
105
|
-
je_editor-0.0.
|
106
|
-
je_editor-0.0.
|
107
|
-
je_editor-0.0.
|
108
|
-
je_editor-0.0.
|
104
|
+
je_editor-0.0.200.dist-info/LICENSE,sha256=KMhUHh6pnIUvmXDW-49L_Sz63bqkOlPDqsecaqKiitU,1091
|
105
|
+
je_editor-0.0.200.dist-info/METADATA,sha256=Z3JxVDSWOS2o900DiVlnUTCh_g6jQB2W7MkfxWkQVz4,3307
|
106
|
+
je_editor-0.0.200.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
|
107
|
+
je_editor-0.0.200.dist-info/top_level.txt,sha256=_9YA7BgxpkmdLs-5V_UQILxClcMRgPyG1a3qaE-Bkcs,10
|
108
|
+
je_editor-0.0.200.dist-info/RECORD,,
|
File without changes
|
File without changes
|