mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-12-31 00:21:18 +01:00
removed comment
This commit is contained in:
@@ -16,8 +16,6 @@ from parse import remove_comments
|
|||||||
allow_bitwise_op = ["M3_GainCaps"]
|
allow_bitwise_op = ["M3_GainCaps"]
|
||||||
allow_bitwise_op = ["streamingInterface"]
|
allow_bitwise_op = ["streamingInterface"]
|
||||||
|
|
||||||
# op_key = {"operator|": "__or__",
|
|
||||||
# "operator&" : "__and__"}
|
|
||||||
op_key = {"operator|": "|",
|
op_key = {"operator|": "|",
|
||||||
"operator&" : "&"}
|
"operator&" : "&"}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user