shutdown properly if we dont keep serving
This commit is contained in:
parent
66da73d8a9
commit
fd828bf959
|
@ -223,7 +223,7 @@ class DumpMaster(flow.FlowMaster):
|
|||
|
||||
def run(self): # pragma: no cover
|
||||
if self.o.rfile and not self.o.keepserving:
|
||||
self.unload_scripts()
|
||||
self.shutdown()
|
||||
return
|
||||
try:
|
||||
return flow.FlowMaster.run(self)
|
||||
|
|
Loading…
Reference in New Issue