fixed error cli pandora-create_data_module
This commit is contained in:
parent
ed2597fab7
commit
f6290d25fa
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue