Removed redundant capture initialisation
This commit is contained in:
parent
cf60343ccb
commit
9b016a76b2
1 changed files with 0 additions and 3 deletions
|
|
@ -171,9 +171,6 @@ class CaptureObject(object):
|
||||||
self.temporary = True # Flag file to be removed on close.
|
self.temporary = True # Flag file to be removed on close.
|
||||||
self.context_manager = True # Used in metadata
|
self.context_manager = True # Used in metadata
|
||||||
|
|
||||||
logging.info("Rebuilding as a temporary capture...")
|
|
||||||
self.initialise_capture()
|
|
||||||
|
|
||||||
return self
|
return self
|
||||||
|
|
||||||
def __exit__(self, *args):
|
def __exit__(self, *args):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue