Skip to content

Commit 8021238

Browse files
committed
fix(modif) extraneous conditional
1 parent aded0e5 commit 8021238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphtik/modifier.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ def _modifier(
378378

379379
jsonp = jsonp_path(jsonp)
380380
# Prevent sfx-jsonp.
381-
elif "/" in name and jsonp is None and (sideffected is None or sfx_list):
381+
elif "/" in name and (sideffected is None or sfx_list):
382382
from .jsonpointer import jsonp_path
383383

384384
jsonp = jsonp_path(name)

0 commit comments

Comments
 (0)