1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-05 23:43:03 +00:00

display clean exception when config file not found (#171)

This commit is contained in:
deadc0de6
2019-06-23 11:53:42 +02:00
parent b4ce41a6fb
commit 8902cd3cf4
2 changed files with 7 additions and 1 deletions

View File

@@ -170,7 +170,7 @@ class Options(AttrMonitor):
if os.path.exists(path):
return path
return None
return ''
def _header(self):
"""display the header"""