Skip to content
Snippets Groups Projects
Commit cf618e53 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,7 +3,7 @@ from conan import ConanFile
class XiaDxpRecipe(ConanFile):
name = "xiadxp"
executable = "ds_XiaDxp"
version = "3.4.0"
version = "3.5.0"
package_type = "application"
user = "soleil"
python_requires = "base/[>=1.0]@soleil/stable"
......
......@@ -69,7 +69,7 @@ def load(proxy, alias):
state = proxy.state()
if state == PyTango.DevState.STANDBY:
break
log('.', end='', flush=True) # Affiche un point sans nouvelle ligne
log('.', end='', flush=True) # print "." no new line
time.sleep(1)
# 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