Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
RWTHmoodle
exam-scan
Commits
6d3467eb
Commit
6d3467eb
authored
Oct 01, 2020
by
Christian Rohlfing
Browse files
Fix
#1
parent
8d2fea82
Pipeline
#337195
failed with stages
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
preparemoodle.py
View file @
6d3467eb
...
@@ -121,7 +121,7 @@ if __name__ == '__main__':
...
@@ -121,7 +121,7 @@ if __name__ == '__main__':
))
))
# Progress
# Progress
if
not
(
cnt
%
round
(
numlines
/
10
)):
if
not
(
cnt
%
max
(
1
,
round
(
numlines
/
10
))
)
:
print
(
"."
,
sep
=
' '
,
end
=
''
,
flush
=
True
)
print
(
"."
,
sep
=
' '
,
end
=
''
,
flush
=
True
)
cnt
+=
1
cnt
+=
1
...
...
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