Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
JOSSOUD Olivier
WIM Collect
Commits
6303264b
Commit
6303264b
authored
Jan 24, 2020
by
JOSSOUD Olivier
Browse files
Quickviz. Optional config parser and log.
parent
1f5f33a0
Pipeline
#57257
passed with stages
in 2 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
wimcollect/quickviz.py
wimcollect/quickviz.py
+1
-1
No files found.
wimcollect/quickviz.py
View file @
6303264b
...
...
@@ -11,7 +11,7 @@ import wimcollect.utils as utils
class
Visualizator
(
utils
.
LogConfig
):
def
__init__
(
self
,
config_parser
:
configobj
.
ConfigObj
,
log
:
logger
):
def
__init__
(
self
,
config_parser
:
configobj
.
ConfigObj
=
None
,
log
:
logger
=
None
):
utils
.
LogConfig
.
__init__
(
self
,
"VIZU"
,
config_parser
,
log
)
self
.
base_dir
=
self
.
config
[
self
.
object_id
][
"root_dir"
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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