Skip to content

Commit 626882b

Browse files
committed
Error in the error code
1 parent fc90049 commit 626882b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Malmo/samples/Python_examples/radar_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ def get_mission_xml():
222222
break
223223
except RuntimeError as e:
224224
if retry == max_retries - 1:
225-
logger.error("Error starting mission: %s" % e)
225+
print("Error starting mission: %s" % e)
226226
exit(1)
227227
else:
228228
time.sleep(2)

0 commit comments

Comments
 (0)