Skip to content

Commit

Permalink
Fix a typo for python printing
Browse files Browse the repository at this point in the history
  • Loading branch information
KentFujii committed Apr 17, 2022
1 parent aaee523 commit b62ca7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tasks/initialize.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def step1(self):
print(self.arg1)
print(digdag.env.params['arg1'])
print(digdag.env.params['arg2'])
print('@var is modified!!!')
print('self.var is modified!!!')
self.arg1 = 'var3'
print(self.arg1)

Expand Down

0 comments on commit b62ca7c

Please sign in to comment.