We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d87e32 + 821a33a commit 23fb03dCopy full SHA for 23fb03d
library/minecraft_server_file.py
@@ -59,7 +59,7 @@ def __init__(self, module):
59
self.path = os.path.expanduser(module.params['path'])
60
self.owner = module.params['owner']
61
self.group = module.params['group']
62
- self.mode = module.params['mode'] if module.params['mode'] else 0644
+ self.mode = module.params['mode'] if module.params['mode'] else 0o644
63
64
@property
65
def changed(self):
0 commit comments