diff sat/memory/memory.py @ 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 43e60c40de65
children e8d74ac7c479
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,