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
Cal Poly Solar Irradiance Microforecasting
SIMF Python GUI
Commits
7e53e7f0
Unverified
Commit
7e53e7f0
authored
Nov 28, 2018
by
AJ Fite
🛫
Browse files
More work
parent
09e8eb81
Changes
1
Hide whitespace changes
Inline
Side-by-side
SimfPythonGUI/main.py
View file @
7e53e7f0
...
...
@@ -233,7 +233,7 @@ class MainWindow(QMainWindow):
+
"
\n
"
)
.
encode
(
'utf-8'
))
#
self.simfProcess.writeData("exit\n".encode('utf-8'))
self
.
simfProcess
.
writeData
(
"exit
\n
"
.
encode
(
'utf-8'
))
# Fired when the stop capture button is hit
def
stop_capture
(
self
):
...
...
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