1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-05 07:58:48 +00:00

log message

This commit is contained in:
deadc0de6
2019-03-29 19:25:47 +01:00
parent af21643e42
commit b000b9a0ef

View File

@@ -398,7 +398,7 @@ def main():
try:
o = Options()
except ValueError as e:
LOG.err('Config format error: {}'.format(str(e)))
LOG.err('Config error: {}'.format(str(e)))
return False
ret = True