Commit 65494a3a authored by Antoine Catton's avatar Antoine Catton

Minor: I forgot to get the owner of instance

parent 5379a2e5
......@@ -555,6 +555,7 @@ class Slapgrid(object):
uid, gid = None, None
stat_info = os.stat(instance_path)
uid, gid = stat_info.st_uid, stat_info.st_gid
kw = dict()
if not self.console:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment