Skip to content

Commit

Permalink
use super
Browse files Browse the repository at this point in the history
  • Loading branch information
calgray committed Feb 2, 2022
1 parent e360540 commit 9edb514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daliuge-engine/dlg/drop.py
Original file line number Diff line number Diff line change
Expand Up @@ -1304,7 +1304,7 @@ def getIO(self):
return FileIO(self._path)

def delete(self):
AbstractDROP.delete(self)
super().delete()
if self.delete_parent_directory:
try:
os.rmdir(self._root)
Expand Down

0 comments on commit 9edb514

Please sign in to comment.