AttrTemplate.pm: fix bug (Forum #93404)
git-svn-id: https://svn.fhem.de/fhem/trunk@17782 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -24,7 +24,7 @@ AttrTemplate_Initialize()
|
||||
for my $file (@files) {
|
||||
if(!open(fh,"$dir/$file")) {
|
||||
Log 1, "$me: cant open $dir/$file: $!";
|
||||
continue;
|
||||
next;
|
||||
}
|
||||
my ($name, %h);
|
||||
while(my $line = <fh>) {
|
||||
|
||||
Reference in New Issue
Block a user