Skip to content
Snippets Groups Projects
Commit 45726267 authored by Samuel GARNIER's avatar Samuel GARNIER
Browse files

Command configure does not return boolean anymore

parent 73adb91a
No related branches found
No related tags found
No related merge requests found
......@@ -306,7 +306,6 @@ class DG_PY_FOFBTool(Device):
# --------
@command(
dtype_out='DevBoolean',
)
@DebugIt()
def configure(self):
......@@ -360,7 +359,6 @@ class DG_PY_FOFBTool(Device):
else:
self.d_status["configure"]="Configure: failed"
return success
# PROTECTED REGION END # // DG_PY_FOFBTool.configure
@command(
......
......@@ -92,7 +92,7 @@
<type xsi:type="pogoDsl:VoidType"/>
</argin>
<argout description="">
<type xsi:type="pogoDsl:BooleanType"/>
<type xsi:type="pogoDsl:VoidType"/>
</argout>
<status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
</commands>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment