From fa805423ca4077affe3ea04fb6ce76fc98357bb0 Mon Sep 17 00:00:00 2001
From: Jesse Mapel <jmapel@usgs.gov>
Date: Wed, 11 Dec 2019 06:36:17 -0700
Subject: [PATCH] Removed py finalize call

---
 src/ale.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/ale.cpp b/src/ale.cpp
index 4ac8550..5646c3e 100644
--- a/src/ale.cpp
+++ b/src/ale.cpp
@@ -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.
-- 
GitLab