2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-19 12:46:03 +00:00

betateilchen: debug code

git-svn-id: https://svn.fhem.de/fhem/trunk@18299 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2019-01-17 15:27:18 +00:00
parent fa57caa6b8
commit 531792f152

View File

@ -214,7 +214,7 @@ return 0 if ($err);
@config = map { $_ =~ s/^\s+|\s+$//g; } @config;
@config = map { $_ =~ s/;$/;;/;} @config;
@config = map { $_ ? $_ : () } @config;
@config = map { $_ ? $_ : (); } @config;
use Data::Dumper;
print Dumper @config;