AttrTemplate.pm: remove ## as comment (Forum #114109)

git-svn-id: https://svn.fhem.de/fhem/trunk@22928 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2020-10-06 15:37:51 +00:00
parent 1f91c968c2
commit b21f5cfe42

View File

@@ -358,6 +358,7 @@ AttrTemplate_Set($$@)
}
} elsif($option) {
$cmd =~ s/##.*//; #114109
my $r = AnalyzeCommand($cl, $cmd);
push(@ret, $r) if($r);