diff options
author | Ralph Amissah <ralph@amissah.com> | 2018-04-14 16:39:52 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:14 -0400 |
commit | 479e71e90146b1067120faf489af1b13a5a0cf3d (patch) | |
tree | 5e725994ae345dd89687fae2fe90979eb3cf6f8d /src/sdp/meta | |
parent | 0.26.0 sqlite single statement insertion of objects (diff) |
sqlite3 some stuff & rearrange files, dlang, org
Diffstat (limited to 'src/sdp/meta')
-rw-r--r-- | src/sdp/meta/read_config_files.d | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/sdp/meta/read_config_files.d b/src/sdp/meta/read_config_files.d index 56a2bf8..22d285f 100644 --- a/src/sdp/meta/read_config_files.d +++ b/src/sdp/meta/read_config_files.d @@ -125,10 +125,8 @@ static template readConfigSite() { config_file_str = conf_file.readText; break; } - } - catch (ErrnoException ex) { - } - catch (FileException ex) { + } catch (ErrnoException ex) { + } catch (FileException ex) { } } if (config_file_str.length > 0) { break; } |