changeset 3364:d24252df91ee

core (memory/memory): `public_id` should not be used when creating parent dirs
author Goffi <goffi@goffi.org>
date Thu, 17 Sep 2020 23:07:12 +0200
parents e3bdfecaf1b0
children 626046010a2d
files sat/memory/memory.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sat/memory/memory.py	Thu Sep 17 21:42:14 2020 +0200
+++ b/sat/memory/memory.py	Thu Sep 17 23:07:12 2020 +0200
@@ -1648,7 +1648,6 @@
                     parent=parent,
                     type_=C.FILE_TYPE_DIRECTORY,
                     namespace=namespace,
-                    public_id=public_id,
                     created=time.time(),
                     owner=owner,
                     access=access,