Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Clément Haëck
submeso-color
Commits
6c2f95d8
Commit
6c2f95d8
authored
Mar 31, 2022
by
Clément Haëck
Browse files
Add m_progress function
parent
fd8401cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
lib/__init__.py
lib/__init__.py
+4
-0
No files found.
lib/__init__.py
View file @
6c2f95d8
...
...
@@ -190,6 +190,10 @@ def m_next(msg_start, msg_end=None):
m_start
(
msg_start
)
def
m_progress
(
char
=
"."
):
print
(
char
,
end
=
''
,
flush
=
True
)
def
fix_time_daily
(
*
datasets
):
out
=
[]
for
ds
in
datasets
:
...
...
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