Skip to content

Commit

Permalink
"NameError: name 'xplane_imu' is not defined" should now be fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
timtrueman committed Apr 6, 2010
1 parent 7878c99 commit f4b9afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shumai.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,6 @@ def send_data_selection_packet(self):
xplane_imu = XplaneIMU()
xplane_imu.run()
except Exception, e:
del xplane_imu, display
#del xplane_imu, display
print e
exit()

0 comments on commit f4b9afd

Please sign in to comment.