sbdl 1.16.1__tar.gz → 1.16.3__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.
- {sbdl-1.16.1 → sbdl-1.16.3}/PKG-INFO +1 -1
- {sbdl-1.16.1 → sbdl-1.16.3}/sbdl.egg-info/PKG-INFO +1 -1
- {sbdl-1.16.1 → sbdl-1.16.3}/sbdl.py +3 -4
- {sbdl-1.16.1 → sbdl-1.16.3}/setup.py +1 -1
- {sbdl-1.16.1 → sbdl-1.16.3}/csv-to-sbdl.py +0 -0
- {sbdl-1.16.1 → sbdl-1.16.3}/sbdl +0 -0
- {sbdl-1.16.1 → sbdl-1.16.3}/sbdl.egg-info/SOURCES.txt +0 -0
- {sbdl-1.16.1 → sbdl-1.16.3}/sbdl.egg-info/dependency_links.txt +0 -0
- {sbdl-1.16.1 → sbdl-1.16.3}/sbdl.egg-info/requires.txt +0 -0
- {sbdl-1.16.1 → sbdl-1.16.3}/sbdl.egg-info/top_level.txt +0 -0
- {sbdl-1.16.1 → sbdl-1.16.3}/sbdl_server.py +0 -0
- {sbdl-1.16.1 → sbdl-1.16.3}/setup.cfg +0 -0
|
@@ -206,8 +206,8 @@ _B=None
|
|
|
206
206
|
_A=True
|
|
207
207
|
import argparse,base64,datetime,csv,functools,getpass,hashlib,importlib,io,json,os,pathlib,platform,re,shlex,string,subprocess,sys,tarfile,tempfile,textwrap,time,traceback,types,unittest,urllib.request,urllib.parse,warnings,zlib,zipfile
|
|
208
208
|
__NAME=_g
|
|
209
|
-
__VERSION='1.16.
|
|
210
|
-
__VERSION_DEV='
|
|
209
|
+
__VERSION='1.16.3'
|
|
210
|
+
__VERSION_DEV='d5143f7'
|
|
211
211
|
__VERSION_DSL='25.6'
|
|
212
212
|
__VERSION_REST_API='1.1.0'
|
|
213
213
|
__AUTHOR='contact@sbdl.dev'
|
|
@@ -279,8 +279,7 @@ def lazy_import(package_name,custom_message=_B):
|
|
|
279
279
|
def fix_wsl_path(path):
|
|
280
280
|
result=path
|
|
281
281
|
if get_config_value(_BD,number=_A):
|
|
282
|
-
if result.startswith(_X)and not result.startswith('\\\\'):result='\\\\wsl$'+result
|
|
283
|
-
result=str(pathlib.Path(result))
|
|
282
|
+
if result.startswith(_X)and not result.startswith('\\\\'):result='\\\\wsl$'+result;result=str(pathlib.Path(result))
|
|
284
283
|
return result
|
|
285
284
|
def rest_api_call(function_name,arguments_dict,print_l=print_null):
|
|
286
285
|
D='result';C='api_version';B='errors';A='api_name';API_END_POINT=get_config_value(_Br);result_data={}
|
|
File without changes
|
{sbdl-1.16.1 → sbdl-1.16.3}/sbdl
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|