Skip to content

Commit

Permalink
Fixed issue with arrays for object
Browse files Browse the repository at this point in the history
  • Loading branch information
eiglesias34 committed Sep 12, 2024
1 parent d8dff7a commit 45632ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ You can easily customize your own configurations from the set of features that S

## Version
```
4.7.4.10
4.7.4.11
```

## RML-Test Cases
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.7.4.10
4.7.4.11
1 change: 1 addition & 0 deletions rdfizer/rdfizer/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -1030,6 +1030,7 @@ def string_substitution_json(string, pattern, row, term, ignore, iterator):
object_list.append(new_string)
new_string = string
offset_current_substitution = 0
return object_list
else:
return None

Expand Down

0 comments on commit 45632ca

Please sign in to comment.