mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Typo
This commit is contained in:
parent
2e73e0f328
commit
758778a04b
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ def write_to_json(file_path, data):
|
|||
except IOError as e:
|
||||
raise MoulinetteError('cannot_write_file', file=file_path, error=str(e))
|
||||
except Exception as e:
|
||||
raise MoulinetteError('_error_writing_file', file=file_path, error=str(e))
|
||||
raise MoulinetteError('error_writing_file', file=file_path, error=str(e))
|
||||
|
||||
|
||||
def mkdir(path, mode=0o777, parents=False, uid=None, gid=None, force=False):
|
||||
|
|
Loading…
Reference in a new issue