Skip to content
Snippets Groups Projects
Commit 27f1a1d4 authored by Swen Vermeul's avatar Swen Vermeul
Browse files

added mark_to_be_deleted(), unmark_to_be_deleted(), is_marked_to_be_deleted() to __dir__

parent eedb9569
No related branches found
No related tags found
No related merge requests found
......@@ -125,6 +125,7 @@ class DataSet(
"get_files()", 'file_list','physicalData',
'download()','is_physical()', 'symlink()', 'is_symlink()',
'archive()', 'unarchive()',
'save()', 'delete()', 'mark_to_be_deleted()', 'unmark_to_be_deleted()', 'is_marked_to_be_deleted()',
'attrs','props',
] + super().__dir__()
......
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