Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ypkang committed Oct 10, 2024
1 parent 1dad42b commit 3a11981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jac-cloud/jac_cloud/plugin/jaseci.py
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ def spawn_call(op1: Architype, op2: Architype) -> WalkerArchitype:
walker.path = []
walker.next = [node]
walker.returns = []

if walker.next:
current_node = walker.next[-1].architype
for i in warch._jac_entry_funcs_:
Expand Down

0 comments on commit 3a11981

Please sign in to comment.