Skip to content

Commit

Permalink
Removed img.close()
Browse files Browse the repository at this point in the history
    * Wrongly passed along on the last scheduler code review. `img.close()` was moved to the camera itself
  • Loading branch information
wschoenell committed Jun 28, 2018
1 parent 736e7d6 commit 0e66b50
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/chimera/controllers/scheduler/handlers.py
Expand Up @@ -144,10 +144,6 @@ def process(action):
printException(e)
raise ProgramExecutionException("Error while exposing")

# Close image files after exposing... See issue #160 for more details...
for img in images:
img.close()

@staticmethod
def abort(action):
camera = copy.copy(ExposeHandler.camera)
Expand Down

0 comments on commit 0e66b50

Please sign in to comment.