Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
MDANSE
Commits
b978d9ce
Commit
b978d9ce
authored
Nov 11, 2015
by
eric pellegrini
Browse files
Removed print
parent
00c4d6e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
MDANSE/GUI/ComboWidgets/ProgressBar.py
View file @
b978d9ce
...
...
@@ -42,9 +42,7 @@ class ProgressBar(wx.Panel,Status):
self
.
stop
()
def
start_status
(
self
):
print
self
.
nSteps
,
self
.
currentStep
self
.
_stop
.
Enable
()
self
.
_progress
.
SetValue
(
0
)
self
.
_progress
.
SetRange
(
self
.
nSteps
)
...
...
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