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
mpcdf
obs
osc-plugins
Commits
7b07e4f0
Commit
7b07e4f0
authored
Oct 31, 2019
by
Lorenz Huedepohl
Browse files
Fix flake8 warnings
parent
b7e05685
Pipeline
#67008
passed with stage
in 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
mpcdf_common.py
View file @
7b07e4f0
...
...
@@ -59,7 +59,7 @@ def check_for_update():
setattr
(
sys
.
modules
[
"mpcdf_common"
],
"checked_for_updates"
,
1
)
if
(
sys
.
version_info
>
(
3
,
0
)):
set_encoding
=
{
"encoding"
:
"utf-8"
}
set_encoding
=
{
"encoding"
:
"utf-8"
}
else
:
set_encoding
=
{}
...
...
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