Skip to content
Snippets Groups Projects
Commit e6b6f294 authored by Arafat NOUREDDINE's avatar Arafat NOUREDDINE
Browse files

conanfile.py : 3.5.0

parent 57e041e2
No related branches found
No related tags found
No related merge requests found
...@@ -3,14 +3,14 @@ from conan import ConanFile ...@@ -3,14 +3,14 @@ from conan import ConanFile
class XiaDxpRecipe(ConanFile): class XiaDxpRecipe(ConanFile):
name = "xiadxp" name = "xiadxp"
executable = "ds_XiaDxp" executable = "ds_XiaDxp"
version = "3.4.0" version = "3.5.0"
package_type = "application" package_type = "application"
user = "soleil" user = "soleil"
python_requires = "base/[>=1.0]@soleil/stable" python_requires = "base/[>=1.0]@soleil/stable"
python_requires_extend = "base.Device" python_requires_extend = "base.Device"
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
author = "Arafat Nourredine" author = "Arafat Noureddine"
url = "https://gitlab.synchrotron-soleil.fr/software-control-system/tango-devices/acquisition/1d/xiadxp.git" url = "https://gitlab.synchrotron-soleil.fr/software-control-system/tango-devices/acquisition/1d/xiadxp.git"
description = "XiaDxp device" description = "XiaDxp device"
topics = ("control-system", "tango", "device") topics = ("control-system", "tango", "device")
......
...@@ -69,7 +69,7 @@ def load(proxy, alias): ...@@ -69,7 +69,7 @@ def load(proxy, alias):
state = proxy.state() state = proxy.state()
if state == PyTango.DevState.STANDBY: if state == PyTango.DevState.STANDBY:
break break
log('.', end='', flush=True) # Affiche un point sans nouvelle ligne log('.', end='', flush=True) # print "." no new line
time.sleep(1) time.sleep(1)
# Record end time and device state # Record end time and device state
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment