Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
synergy
o3skim
Commits
2a22ae78
Commit
2a22ae78
authored
Jan 29, 2021
by
BorjaEst
Browse files
Add log info "end of program"
parent
0ca485ea
Changes
1
Show whitespace changes
Inline
Side-by-side
main
View file @
2a22ae78
...
...
@@ -48,3 +48,6 @@ if __name__ == '__main__':
logging
.
info
(
"Skimming data to './output' "
)
with
o3skim
.
cd
(
"output"
):
[
source
.
skim
(
groupby
=
args
.
split_by
)
for
source
in
ds
.
values
()]
# End of program
logging
.
info
(
"End of program"
)
\ No newline at end of file
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