Skip to content

Commit

Permalink
plasma store crash if folder missing
Browse files Browse the repository at this point in the history
  • Loading branch information
calgray authored and awicenec committed Dec 13, 2021
1 parent 381cc61 commit 3d04f67
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 @@ -2057,7 +2057,7 @@ class PlasmaDROP(AbstractDROP):
"""

object_id = dlg_string_param("object_id", None)
plasma_path = dlg_string_param("plasma_path", "/tmp/.dlg/workspace/plasma")
plasma_path = dlg_string_param("plasma_path", "/tmp/plasma")

def initialize(self, **kwargs):
object_id = self.uid
Expand Down

0 comments on commit 3d04f67

Please sign in to comment.