Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
kmap
xsocs
Commits
9b4d33b6
Commit
9b4d33b6
authored
Nov 12, 2020
by
Thomas Vincent
Browse files
fix return value in wizard
parent
6a69002a
Changes
1
Hide whitespace changes
Inline
Side-by-side
xsocs/gui/widgets/Wizard.py
View file @
9b4d33b6
...
...
@@ -111,7 +111,7 @@ class LoadXsocsDataPage(_BaseWizardPage):
Qt
.
QMessageBox
.
critical
(
self
,
'Failed to open project file.'
,
str
(
ex
))
return
return
False
try
:
projectH5
.
xsocsFile
=
xsocsFile
...
...
@@ -119,7 +119,7 @@ class LoadXsocsDataPage(_BaseWizardPage):
Qt
.
QMessageBox
.
critical
(
self
,
'Failed to set data file.'
,
str
(
ex
))
return
return
False
self
.
setCommitPage
(
True
)
return
True
...
...
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