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
27097035
Unverified
Commit
27097035
authored
Nov 09, 2018
by
AJ Fite
🛫
Browse files
Working on packaging
parent
03f2e750
Changes
1
Show whitespace changes
Inline
Side-by-side
simf-python-gui/main.py
View file @
27097035
...
...
@@ -178,8 +178,12 @@ class MainWindow(QMainWindow):
# Main Function for the whole thing
if
__name__
==
'__
main
__'
:
def
main
()
:
config
=
Config
()
app
=
QApplication
(
sys
.
argv
)
main
W
indow
=
MainWindow
()
main
w
indow
=
MainWindow
()
sys
.
exit
(
app
.
exec_
())
if
__name__
==
'__main__'
:
main
()
Write
Preview
Supports
Markdown
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