Commit fa805423 authored by Jesse Mapel's avatar Jesse Mapel Committed by Jesse Mapel
Browse files

Removed py finalize call

parent 93fc8dc0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -343,7 +343,6 @@ namespace ale {
         // Initialize the Python interpreter but only once.
         first_run = !first_run;
         Py_Initialize();
         atexit(Py_Finalize);
     }

     // Import the file as a Python module.