sbdl 1.16.2__tar.gz → 1.16.4__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: sbdl
3
- Version: 1.16.2
3
+ Version: 1.16.4
4
4
  Summary: System Behaviour Description Language (Compiler)
5
5
  Home-page: https://sbdl.dev
6
6
  Author: Michael A. Hicks
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: sbdl
3
- Version: 1.16.2
3
+ Version: 1.16.4
4
4
  Summary: System Behaviour Description Language (Compiler)
5
5
  Home-page: https://sbdl.dev
6
6
  Author: Michael A. Hicks
@@ -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.2'
210
- __VERSION_DEV='6af7027'
209
+ __VERSION='1.16.4'
210
+ __VERSION_DEV='e93adec'
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={}
@@ -2,7 +2,7 @@ from setuptools import setup
2
2
 
3
3
  setup(
4
4
  name='sbdl',
5
- version='1.16.2',
5
+ version='1.16.4',
6
6
  description = "System Behaviour Description Language (Compiler)",
7
7
  author = "Michael A. Hicks",
8
8
  author_email = "michael@mahicks.org",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes