fixed error cli pandora-create_data_module

This commit is contained in:
daniel 2017-04-25 13:48:17 +02:00
parent ed2597fab7
commit f6290d25fa
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;
}