Skip to content
Snippets Groups Projects
Commit 5ae8a9ad authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Fixes #40

parent 8b82d89d
No related branches found
No related tags found
6 merge requests!147Merge previous default branch feat-cod-rmq into main,!85kill nginx process running under user from login node,!51Fix acct create wait,!39WIP:Feat cod rmq,!38WIP: Feat cod rmq,!22Feat dir verify agent
......@@ -34,7 +34,7 @@ def dir_verify(ch, method, properties, body):
path.mkdir(mode=0o700)
# Make sure ownership is correct
shutil.chown(path, msg['uid'], msg['gid'])
shutil.chown(path, int(msg['uid']), int(msg['gid']))
logger.debug(f'{path} created')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment