Skip to content
Snippets Groups Projects
Commit d09c996f authored by Xavier ELATTAOUI's avatar Xavier ELATTAOUI
Browse files

compile error fixed

parent d5bc240c
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ from conan import ConanFile
class SY2527ChannelRecipe(ConanFile):
name = "sy2527channel"
executable = "ds_SY2527Channel"
version = "1.0.5"
version = "1.0.6"
package_type = "application"
user = "soleil"
python_requires = "base/[>=1.0]@soleil/stable"
......
......@@ -8,7 +8,7 @@
</parent>
<groupId>fr.soleil.device</groupId>
<artifactId>SY2527Channel-${aol}-${mode}</artifactId>
<version>1.0.5</version>
<version>1.0.6</version>
<packaging>nar</packaging>
<name>SY2527Channel</name>
<description>SY2527Channel device</description>
......
......@@ -252,7 +252,7 @@ void SY2527Channel::get_device_property()
}
// write not declared propreties in database.
if(db_d.is_empty())
if(!db_d.empty())
{
get_db_device()->put_property(db_d);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment