Merge branch '141-cli-pandora-create_data_module' into 'develop'

fixed error cli pandora-create_data_module

See merge request !405
This commit is contained in:
vgilc 2017-04-25 17:17:39 +02:00
commit d10b0906ec
1 changed files with 1 additions and 1 deletions

View File

@ -1220,7 +1220,7 @@ sub cli_create_data_module($) {
open (FILE, $definition_file);
while (<FILE>) {
chomp;
my ($key, $val) = split / /;
my ($key, $val) = split / /,2;
if ($key eq 'module_name') {
$module_name_def = $val;
}