Skip to content

Commit

Permalink
Fix routingToIndex
Browse files Browse the repository at this point in the history
Signed-off-by: Loren Eteval <[email protected]>
  • Loading branch information
LorenEteval committed Aug 17, 2023
1 parent 8ab40d3 commit 7d7483a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Furious/Action/Routing.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@ def routingToIndex():
if routing == currentRouting:
return i

return -1
except Exception:
# Any non-exit exceptions

return -1
else:
return index + len(BUILTIN_ROUTING)
Expand Down

0 comments on commit 7d7483a

Please sign in to comment.