sbdl 1.18.21__tar.gz → 1.18.22__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.18.21 → sbdl-1.18.22}/PKG-INFO +1 -1
- {sbdl-1.18.21 → sbdl-1.18.22}/sbdl.egg-info/PKG-INFO +1 -1
- {sbdl-1.18.21 → sbdl-1.18.22}/sbdl.py +3 -4
- {sbdl-1.18.21 → sbdl-1.18.22}/setup.py +1 -1
- {sbdl-1.18.21 → sbdl-1.18.22}/csv-to-sbdl.py +0 -0
- {sbdl-1.18.21 → sbdl-1.18.22}/pyproject.toml +0 -0
- {sbdl-1.18.21 → sbdl-1.18.22}/sbdl.egg-info/SOURCES.txt +0 -0
- {sbdl-1.18.21 → sbdl-1.18.22}/sbdl.egg-info/dependency_links.txt +0 -0
- {sbdl-1.18.21 → sbdl-1.18.22}/sbdl.egg-info/entry_points.txt +0 -0
- {sbdl-1.18.21 → sbdl-1.18.22}/sbdl.egg-info/requires.txt +0 -0
- {sbdl-1.18.21 → sbdl-1.18.22}/sbdl.egg-info/top_level.txt +0 -0
- {sbdl-1.18.21 → sbdl-1.18.22}/sbdl_server.py +0 -0
- {sbdl-1.18.21 → sbdl-1.18.22}/setup.cfg +0 -0
|
@@ -222,8 +222,8 @@ _A=True
|
|
|
222
222
|
import argparse,base64,datetime,csv,functools,getpass,hashlib,importlib,io,json,os,pathlib,pickle,platform,re,shlex,string,subprocess,sys,tarfile,tempfile,textwrap,time,traceback,types,unittest,urllib.request,urllib.parse,warnings,zlib,zipfile
|
|
223
223
|
warnings.filterwarnings(_A1,category=DeprecationWarning)
|
|
224
224
|
__NAME=_j
|
|
225
|
-
__VERSION='1.18.
|
|
226
|
-
__VERSION_DEV='
|
|
225
|
+
__VERSION='1.18.22'
|
|
226
|
+
__VERSION_DEV='68d14ba'
|
|
227
227
|
__VERSION_DSL='25.6'
|
|
228
228
|
__VERSION_REST_API='1.1.0'
|
|
229
229
|
__AUTHOR='contact@sbdl.dev'
|
|
@@ -2026,9 +2026,8 @@ def get_parser_elements_from_filepath(filepath,elements_list,print_l=print_null,
|
|
|
2026
2026
|
else:
|
|
2027
2027
|
content_to_append=line_content
|
|
2028
2028
|
if not native_sbdl_file:
|
|
2029
|
-
|
|
2029
|
+
_,content_to_append=extract_sbdl_line_non_native(line_content)
|
|
2030
2030
|
if len(content_to_append)==0 and len(line_content)>0:push_context(line)
|
|
2031
|
-
elif len(prefix_text)>0:push_context(prefix_text)
|
|
2032
2031
|
append_line(content_to_append)
|
|
2033
2032
|
local_directives.update(context_directive_sniffer(prev_non_sbdl_non_empty_lines,filepath,line_count,local_directives))
|
|
2034
2033
|
def handle_file():
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|