Skip to content

Commit

Permalink
prevent a backward incompatibility, code was incorrect, making an inf…
Browse files Browse the repository at this point in the history
…inite loop if something goes wrong with the patch file.
  • Loading branch information
Houston4444 committed Jan 13, 2023
1 parent 8bdb339 commit e16e9ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/clients/jackpatch/ray-jackpatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ def openFile(project_path, session_name, full_client_id):
while not node.isNull():
el = node.toElement()
if el.tagName() != "connection":
node = node.nextSibling()
continue

port_from = el.attribute('from')
Expand Down

0 comments on commit e16e9ea

Please sign in to comment.