Skip to content

Commit

Permalink
Fixes #18
Browse files Browse the repository at this point in the history
  • Loading branch information
dreinsch committed Nov 27, 2023
1 parent b1d17c1 commit 2cad9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sc3nb/sclang.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def init(self):
addr.sendMsg(^replyAddress, msgContent);
result; // result should be returned
};""",
pyvars={"replyAddress": ReplyAddress.RETURN_ADDR},
pyvars={"replyAddress": ReplyAddress.RETURN_ADDR.value},
)
print("Done.")

Expand Down

0 comments on commit 2cad9cf

Please sign in to comment.