Skip to content

Commit

Permalink
Merge branch 'v.fix_noshutdown' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
bskinn committed Sep 1, 2017
2 parents 138ed37 + d8e6a51 commit 8810969
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mwfn_fu/driver.py
Expand Up @@ -90,8 +90,7 @@ def __exit__(self, exc_type, exc_val, exc_tb):
return False


def shutdown(self):
self.await_idle()
def shutdown(self, force=False):
self.pipeline.commands[0].terminate()


Expand Down

0 comments on commit 8810969

Please sign in to comment.