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
digitalearth
DASF Data Analytics Software Framework
dasf-progress-api
Commits
4f9c7c8d
Commit
4f9c7c8d
authored
May 20, 2022
by
Philipp Sommer
Committed by
Daniel Eggert
May 20, 2022
Browse files
unset _pulsar on complete
parent
cd5f177c
Changes
3
Hide whitespace changes
Inline
Side-by-side
.pre-commit-config.yaml
View file @
4f9c7c8d
...
...
@@ -23,7 +23,7 @@ repos:
-
demessaging
# https://github.com/python/black#version-control-integration
-
repo
:
https://github.com/psf/black
rev
:
2
1.9b
0
rev
:
2
2.3.
0
hooks
:
-
id
:
black
-
repo
:
https://github.com/keewis/blackdoc
...
...
deprogressapi/base.py
View file @
4f9c7c8d
...
...
@@ -255,6 +255,8 @@ class BaseReport(BaseModel):
if
self
.
_window
is
not
None
:
curses
.
endwin
()
self
.
_window
=
None
if
self
.
_pulsar
is
not
None
:
self
.
_pulsar
=
None
def
__enter__
(
self
):
self
.
status
=
Status
.
RUNNING
...
...
setup.cfg
View file @
4f9c7c8d
...
...
@@ -46,7 +46,7 @@ install_requires =
dev =
autoflake
isort==5.9.3
black==2
1.9b
0
black==2
2.3.
0
blackdoc==0.3.4
flake8==3.9.2
pre-commit
...
...
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