Skip to content

Commit

Permalink
[FIX]
Browse files Browse the repository at this point in the history
  • Loading branch information
elphinkuo committed May 16, 2019
1 parent 326a8bd commit 7462a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nsm/env_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def step(self, action, debug=False):
self.error = True

if self.done:
print(self.interpreter.result)
# print(self.interpreter.result)
if self.interpreter.result is not None:
# self.error = True
# print('*'*50, 'Result is None')
Expand Down

0 comments on commit 7462a22

Please sign in to comment.