diff options
-rw-r--r-- | SBO-Lib/lib/SBO/Lib.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SBO-Lib/lib/SBO/Lib.pm b/SBO-Lib/lib/SBO/Lib.pm index 490b278..26e6561 100644 --- a/SBO-Lib/lib/SBO/Lib.pm +++ b/SBO-Lib/lib/SBO/Lib.pm @@ -174,6 +174,7 @@ our %config = ( sub read_config { my %conf_values; if (-f $conf_file) { + _race::cond '$conf_file might not exist after -f'; my ($fh, $exit) = open_read $conf_file; if ($exit) { warn $fh; |