experimaestro 1.8.0rc0__py3-none-any.whl → 1.8.0rc1__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.
Potentially problematic release.
This version of experimaestro might be problematic. Click here for more details.
- experimaestro/core/context.py +6 -1
- {experimaestro-1.8.0rc0.dist-info → experimaestro-1.8.0rc1.dist-info}/METADATA +1 -1
- {experimaestro-1.8.0rc0.dist-info → experimaestro-1.8.0rc1.dist-info}/RECORD +6 -6
- {experimaestro-1.8.0rc0.dist-info → experimaestro-1.8.0rc1.dist-info}/LICENSE +0 -0
- {experimaestro-1.8.0rc0.dist-info → experimaestro-1.8.0rc1.dist-info}/WHEEL +0 -0
- {experimaestro-1.8.0rc0.dist-info → experimaestro-1.8.0rc1.dist-info}/entry_points.txt +0 -0
experimaestro/core/context.py
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
from contextlib import contextmanager
|
|
2
|
-
from pathlib import Path
|
|
2
|
+
from pathlib import Path
|
|
3
|
+
|
|
4
|
+
try:
|
|
5
|
+
from pathlib import UnsupportedOperation
|
|
6
|
+
except ImportError:
|
|
7
|
+
UnsupportedOperation = OSError
|
|
3
8
|
import shutil
|
|
4
9
|
from typing import List, Optional, Protocol, Set, Union
|
|
5
10
|
import os
|
|
@@ -13,7 +13,7 @@ experimaestro/connectors/local.py,sha256=348akOw69t7LgiTBMPG5McCg821I8qfR5GvYNU1
|
|
|
13
13
|
experimaestro/connectors/ssh.py,sha256=5giqvv1y0QQKF-GI0IFUzI_Z5H8Bj9EuL_Szpvk899Q,8600
|
|
14
14
|
experimaestro/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
15
15
|
experimaestro/core/arguments.py,sha256=7hpkU1f8LJ7JL8kQaD514h9CFSfMotYLsVfMsMmdpWk,6487
|
|
16
|
-
experimaestro/core/context.py,sha256=
|
|
16
|
+
experimaestro/core/context.py,sha256=41jvgudz4sgMDWrqOhPbgFRJHa3klWKvS3l_L661er0,2600
|
|
17
17
|
experimaestro/core/objects.py,sha256=G0_PjcUPmbrQi8lxaxwdTq0dIw2cTCJUHduQ4XEbfFw,67362
|
|
18
18
|
experimaestro/core/objects.pyi,sha256=NElf7J-1rL2l9Td6fQofRj-UQTtt7d0tlO7NUyewqYI,7283
|
|
19
19
|
experimaestro/core/serialization.py,sha256=vYFbeNSgc7Icl9wgmnjZvESCehpfvlweyI_QyldA_CQ,3969
|
|
@@ -149,8 +149,8 @@ experimaestro/utils/jupyter.py,sha256=JcEo2yQK7x3Cr1tNl5FqGMZOICxCv9DwMvL5xsWdQP
|
|
|
149
149
|
experimaestro/utils/resources.py,sha256=j-nvsTFwmgENMoVGOD2Ap-UD3WU85WkI0IgeSszMCX4,1328
|
|
150
150
|
experimaestro/utils/settings.py,sha256=jpFMqF0DLL4_P1xGal0zVR5cOrdD8O0Y2IOYvnRgN3k,793
|
|
151
151
|
experimaestro/xpmutils.py,sha256=S21eMbDYsHfvmZ1HmKpq5Pz5O-1HnCLYxKbyTBbASyQ,638
|
|
152
|
-
experimaestro-1.8.
|
|
153
|
-
experimaestro-1.8.
|
|
154
|
-
experimaestro-1.8.
|
|
155
|
-
experimaestro-1.8.
|
|
156
|
-
experimaestro-1.8.
|
|
152
|
+
experimaestro-1.8.0rc1.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
153
|
+
experimaestro-1.8.0rc1.dist-info/METADATA,sha256=GKxZQlL20q47h2TzK9Y2ej5ymYPVZ9qjeuXDGM_t6_w,6162
|
|
154
|
+
experimaestro-1.8.0rc1.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
155
|
+
experimaestro-1.8.0rc1.dist-info/entry_points.txt,sha256=TppTNiz5qm5xm1fhAcdLKdCLMrlL-eQggtCrCI00D9c,446
|
|
156
|
+
experimaestro-1.8.0rc1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|