Skip to content

Commit

Permalink
fix nits
Browse files Browse the repository at this point in the history
  • Loading branch information
yorkie committed Aug 4, 2020
1 parent c79f8d4 commit 84b4f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/costa/test/plugins/python-simple/__init__.py
Expand Up @@ -2,7 +2,7 @@

def main(input):
print('hello python!', input)
if 'fn1' in input:
if input.fn1:
input.fn1(np.zeros(2))
input.obj.fn2()

Expand Down

0 comments on commit 84b4f7a

Please sign in to comment.