Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mantidproject
mantid
Commits
eec676af
Commit
eec676af
authored
Mar 23, 2020
by
Danny Hindson
Browse files
Remove extra indents that were causing Flake8 Jenkins failure
parent
fe9bf657
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/Copyright/copyrightupdate.py
View file @
eec676af
...
...
@@ -253,8 +253,8 @@ if not args.noreport:
#write out reporting files
for
reporting_filename
,
reporting_dict
in
reporting_dictionaries
.
items
():
with
open
(
reporting_filename
,
"w"
)
as
reporting_file
:
for
key
,
value
in
reporting_dict
.
items
():
reporting_file
.
write
(
"{0}
\t
{1}{2}"
.
format
(
key
,
value
,
os
.
linesep
))
for
key
,
value
in
reporting_dict
.
items
():
reporting_file
.
write
(
"{0}
\t
{1}{2}"
.
format
(
key
,
value
,
os
.
linesep
))
# Final comments
print
()
...
...
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