code-loader 1.0.137__py3-none-any.whl → 1.0.138__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 code-loader might be problematic. Click here for more details.
- code_loader/leaploader.py +2 -2
- {code_loader-1.0.137.dist-info → code_loader-1.0.138.dist-info}/METADATA +1 -1
- {code_loader-1.0.137.dist-info → code_loader-1.0.138.dist-info}/RECORD +5 -5
- {code_loader-1.0.137.dist-info → code_loader-1.0.138.dist-info}/LICENSE +0 -0
- {code_loader-1.0.137.dist-info → code_loader-1.0.138.dist-info}/WHEEL +0 -0
code_loader/leaploader.py
CHANGED
|
@@ -81,11 +81,11 @@ class LeapLoader(LeapLoaderBase):
|
|
|
81
81
|
|
|
82
82
|
spec = importlib.util.spec_from_file_location(self.code_path, file_path)
|
|
83
83
|
if spec is None or spec.loader is None:
|
|
84
|
-
raise DatasetScriptException(f'Something
|
|
84
|
+
raise DatasetScriptException(f'Something went wrong with spec file from: {file_path}')
|
|
85
85
|
|
|
86
86
|
file = importlib.util.module_from_spec(spec)
|
|
87
87
|
if file is None:
|
|
88
|
-
raise DatasetScriptException(f'Something
|
|
88
|
+
raise DatasetScriptException(f'Something went wrong with import module from: {file_path}')
|
|
89
89
|
|
|
90
90
|
spec.loader.exec_module(file)
|
|
91
91
|
|
|
@@ -22,7 +22,7 @@ code_loader/experiment_api/workingspace_config_utils.py,sha256=DLzXQCg4dgTV_YgaS
|
|
|
22
22
|
code_loader/inner_leap_binder/__init__.py,sha256=koOlJyMNYzGbEsoIbXathSmQ-L38N_pEXH_HvL7beXU,99
|
|
23
23
|
code_loader/inner_leap_binder/leapbinder.py,sha256=Q3D9yVM-GNEJfYRFvMV__BoZbcWOgnWKhrZXAv6Tu7o,33232
|
|
24
24
|
code_loader/inner_leap_binder/leapbinder_decorators.py,sha256=7lykS1VoaO58HIf_ysegvFxYDVI8x3AYMMa_ODz2fXA,51767
|
|
25
|
-
code_loader/leaploader.py,sha256=
|
|
25
|
+
code_loader/leaploader.py,sha256=6D6xZzMI6qSNIb3tuKLB3BbK5H8QS1_r7iQjIXO3OkM,29795
|
|
26
26
|
code_loader/leaploaderbase.py,sha256=LIFcC6xo6V_iiGN3BjibXETu_l84EWM_WIOKAvkfTiM,4458
|
|
27
27
|
code_loader/mixpanel_tracker.py,sha256=l9z_szKKQ7apEbdNZpGH1TKAiT_TsBHb9AQnePaWTyo,4942
|
|
28
28
|
code_loader/plot_functions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -31,7 +31,7 @@ code_loader/plot_functions/visualize.py,sha256=gsBAYYkwMh7jIpJeDMPS8G4CW-pxwx6Lz
|
|
|
31
31
|
code_loader/utils.py,sha256=gXENTYpjdidq2dx0gVbXlErPeHoNs-4TYAZbLRe0y2c,2712
|
|
32
32
|
code_loader/visualizers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
33
33
|
code_loader/visualizers/default_visualizers.py,sha256=onRnLE_TXfgLN4o52hQIOOhUcFexGlqJ3xSpQDVLuZM,2604
|
|
34
|
-
code_loader-1.0.
|
|
35
|
-
code_loader-1.0.
|
|
36
|
-
code_loader-1.0.
|
|
37
|
-
code_loader-1.0.
|
|
34
|
+
code_loader-1.0.138.dist-info/LICENSE,sha256=qIwWjdspQeSMTtnFZBC8MuT-95L02FPvzRUdWFxrwJY,1067
|
|
35
|
+
code_loader-1.0.138.dist-info/METADATA,sha256=7M1qS36MXJD1rW11zA_wVk9HIYnji24zW427h5dGErw,1090
|
|
36
|
+
code_loader-1.0.138.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
37
|
+
code_loader-1.0.138.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|