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
Daniel Scheffler
arosics
Commits
7b141e5d
Commit
7b141e5d
authored
Nov 15, 2017
by
Daniel Scheffler
Browse files
Fix.
parent
19ed4812
Pipeline
#1509
passed with stages
in 13 minutes and 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
arosics/Tie_Point_Grid.py
View file @
7b141e5d
...
...
@@ -343,6 +343,7 @@ class Tie_Point_Grid(object):
time
.
sleep
(.
1
)
# this does not really represent the remaining tasks but the remaining chunks
# -> thus chunksize=1
# noinspection PyProtectedMember
numberDone
=
len
(
GDF
)
-
results
.
_number_left
if
self
.
progress
:
bar
.
print_progress
(
percent
=
numberDone
/
len
(
GDF
)
*
100
)
...
...
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