Skip to content
Snippets Groups Projects
Commit 36a6055b authored by Radko Krkoš's avatar Radko Krkoš
Browse files

jpath: Fix some formatting according to PEP8

parent a4156042
No related branches found
No related tags found
No related merge requests found
......@@ -437,6 +437,7 @@ def jpath_set(structure, jpath, value, overwrite = True, unique = False):
return RC_VALUE_EXISTS
return RC_VALUE_SET
def jpath_unset(structure, jpath):
"""
Unset (delete) value at given JPath within given structure.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment