mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-23 00:29:59 +02:00
initialize query variables
This commit is contained in:
@ -147,6 +147,8 @@ def parse(
|
|||||||
|
|
||||||
my_path = None
|
my_path = None
|
||||||
path_list = None
|
path_list = None
|
||||||
|
query_obj = None
|
||||||
|
query_list = None
|
||||||
|
|
||||||
if unquoted_parts.path:
|
if unquoted_parts.path:
|
||||||
# normalize the path by removing any duplicate `/` chars
|
# normalize the path by removing any duplicate `/` chars
|
||||||
|
Reference in New Issue
Block a user