comparison 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
comparison
equal deleted inserted replaced
3363:e3bdfecaf1b0 3364:d24252df91ee
1646 file_id=new_dir_id, 1646 file_id=new_dir_id,
1647 version="", 1647 version="",
1648 parent=parent, 1648 parent=parent,
1649 type_=C.FILE_TYPE_DIRECTORY, 1649 type_=C.FILE_TYPE_DIRECTORY,
1650 namespace=namespace, 1650 namespace=namespace,
1651 public_id=public_id,
1652 created=time.time(), 1651 created=time.time(),
1653 owner=owner, 1652 owner=owner,
1654 access=access, 1653 access=access,
1655 extra={}, 1654 extra={},
1656 ) 1655 )