Handle empty credentials file

Closes #937
This commit is contained in:
Nick O'Leary
2016-07-26 22:23:49 +01:00
parent d944298dd7
commit d6b326c134
2 changed files with 59 additions and 66 deletions

View File

@@ -121,11 +121,11 @@
"localfilesystem": {
"user-dir": "User directory : __path__",
"flows-file": "Flows file : __path__",
"create": "Creating new flow file",
"empty": "Existing flow file is empty",
"invalid": "Existing flow file is not valid json",
"restore": "Restoring flow file backup : __path__",
"restore-fail": "Restoring flow file backup failed : __message__"
"create": "Creating new __type__ file",
"empty": "Existing __type__ file is empty",
"invalid": "Existing __type__ file is not valid json",
"restore": "Restoring __type__ file backup : __path__",
"restore-fail": "Restoring __type__ file backup failed : __message__"
}
}
}