mirror of
https://github.com/duncs/clusterssh.git
synced 2025-07-03 18:03:23 +00:00
Squash 'Use of uninitialized value' errors
Go through passed array and set anything false to an empty string to clean up test output
This commit is contained in:
parent
f862782d73
commit
f77c6a9fa7
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ sub _translate {
|
||||||
|
|
||||||
sub loc {
|
sub loc {
|
||||||
my ( $self, @args ) = @_;
|
my ( $self, @args ) = @_;
|
||||||
|
$_ ||= q{} foreach (@args);
|
||||||
return _translate(@args);
|
return _translate(@args);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue