Skip to content
This repository was archived by the owner on Jul 28, 2020. It is now read-only.

Commit a003dd4

Browse files
committed
Deleted return value from Task E
1 parent 682b0df commit a003dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/task_e.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ class TaskE(Task, Zenatonable):
66

77
def handle(self):
88
print('Task E starts')
9+
raise Exception('Task E Error')
910
print('Task E ends')
10-
return 0

0 commit comments

Comments
 (0)