Skip to content

Commit

Permalink
Python 3.2 compatibility problem fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
cemsbr committed Oct 19, 2014
1 parent 1a6dc4b commit 6c57a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion expyrimenter/executor.py
Expand Up @@ -86,4 +86,4 @@ def shutdown(s):
s._executor.shutdown()
s._future_runnables.clear()
s._function_titles.clear()
s.results.clear()
del s.results[:]

0 comments on commit 6c57a6a

Please sign in to comment.