nac3artiq: throw error message when constructor use rpc decorator #306
No reviewers
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: M-Labs/nac3#306
Loading…
Reference in New Issue
No description provided.
Delete Branch "issue-221"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Tested with the following script
output:
nac3artiq.CompileError: compilation failed
(----------
The constructor of class BlinkForever should not be decorated with rpc decorator (at blink_forever2.py: line 10 column 5)
issue-221to nac3artiq: throw error message when constructor use rpc decorator