Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Eva Schiffer
UW-Glance
Commits
fda1d42b
Commit
fda1d42b
authored
Mar 28, 2022
by
Eva Schiffer
Browse files
fixing plotdiffs options passing
parent
5d4eb6ae
Changes
2
Hide whitespace changes
Inline
Side-by-side
pyglance/glance/compare.py
View file @
fda1d42b
...
...
@@ -1673,7 +1673,7 @@ def plotDiffs(*args, options=None) :
options
.
imagesOnly
=
True
# make the images
reportGen
(
*
args
)
reportGen
(
*
args
,
options
=
options
,
)
return
...
...
pyglance/glance/config_organizer.py
View file @
fda1d42b
...
...
@@ -706,7 +706,7 @@ def convert_options_to_dict (options) :
tempOptions
=
{
}
# warning defaults
tempOptions
[
WARN_MISSING_KEY
]
=
options
.
warnmissing
tempOptions
[
WARN_MISSING_KEY
]
=
options
.
warnmissing
# variable defaults
tempOptions
[
EPSILON_KEY
]
=
options
.
epsilon
...
...
Write
Preview
Supports
Markdown
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