Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
geomultisens
gms_preprocessing
Commits
b436e67b
Commit
b436e67b
authored
Nov 27, 2020
by
Daniel Scheffler
Browse files
Added missing MemoryReserver.logger.close() call.
Signed-off-by:
Daniel Scheffler
<
danschef@gfz-potsdam.de
>
parent
4c831ff4
Changes
1
Hide whitespace changes
Inline
Side-by-side
gms_preprocessing/misc/locks.py
View file @
b436e67b
...
...
@@ -320,6 +320,7 @@ class MemoryReserver(object):
def
__exit__
(
self
,
exc_type
,
exc_val
,
exc_tb
):
self
.
release
()
self
.
logger
.
close
()
return
True
if
exc_type
is
None
else
False
...
...
Daniel Scheffler
@danschef
mentioned in commit
11a7cd1c
·
Nov 27, 2020
mentioned in commit
11a7cd1c
mentioned in commit 11a7cd1cf69ec79afc0e9730e520500829b17553
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment