Skip to content

Commit

Permalink
DF/016: bug fix (undefined variable).
Browse files Browse the repository at this point in the history
The bug was introduced in the following commit:

ec0725f "DF: remove error handling from stages (016_task2es)."
  • Loading branch information
mgolosova committed Jun 6, 2019
1 parent e0ab760 commit 472ab51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Utils/Dataflow/016_task2es/task2es.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def main(args):
if error_code == 0:
stage.stop()

exit(exit_code)
exit(error_code)


if __name__ == '__main__':
Expand Down

0 comments on commit 472ab51

Please sign in to comment.