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
Sean Fitzgibbon
SlideR 🍔
Commits
5550deda
Commit
5550deda
authored
Jul 29, 2021
by
Sean Fitzgibbon
Browse files
Add extension to outname if required
parent
ff65be41
Changes
1
Hide whitespace changes
Inline
Side-by-side
slider/report.py
View file @
5550deda
...
...
@@ -38,6 +38,9 @@ def report_reg(dirs, out, embed=False):
images
=
images
,
)
if
not
out
.
endswith
(
'.html'
):
out
=
out
+
'.html'
with
open
(
out
,
"w"
)
as
outfile
:
outfile
.
write
(
html
)
...
...
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