Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Arron committed May 1, 2018
1 parent 5c42c4e commit 38823b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datmo/core/controller/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def run(self, task_id, snapshot_dict=None, task_dict=None):
task_dirpath = os.path.join("datmo_tasks", task_obj.id)
try:
_ = self.file_driver.create(
os.path.join("datmo_tasks", task_obj.id), dir=True)
os.path.join("datmo_tasks", task_obj.id), directory=True)
except:
raise TaskRunException(__("error",
"controller.task.run",
Expand Down

0 comments on commit 38823b7

Please sign in to comment.