Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FluEgg
fluegg
Commits
6aa8e0a8
Commit
6aa8e0a8
authored
Jul 14, 2020
by
Domanski, Marian M.
Browse files
modify kml read error message
parent
cc3be86f
Changes
1
Hide whitespace changes
Inline
Side-by-side
fluegggui/plots_gui.py
View file @
6aa8e0a8
...
...
@@ -209,8 +209,7 @@ class PlotsWindow(QMainWindow):
print
(
"Saved to: {}"
.
format
(
path
))
except
BaseException
as
e
:
known_errs
=
{
"'NoneType' object has no attribute 'find'"
:
"The KML streamline file appears to be inadequate. "
+
"Perhaps a FluEgg results file was used instead."
}
"Unable to read streamline file."
}
msg
=
QMessageBox
()
msg
.
setIcon
(
QMessageBox
.
Warning
)
msg
.
setText
(
"Could not export KML"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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