Skip to content

Commit

Permalink
Fixed error with sys_fringe in SofastGUI.py
Browse files Browse the repository at this point in the history
  • Loading branch information
braden6521 committed Apr 10, 2024
1 parent 8ec83b1 commit ed7f738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opencsp/app/sofast/SofastGUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def __init__(self) -> 'SofastGUI':
Instantiates GUI in new window
"""
# Placeholder for system instances
fringe_sys: ssf.SystemSofastFringe = None
self.sys_fringe: ssf.SystemSofastFringe = None

# Create tkinter object
self.root = tkt.window()
Expand Down

0 comments on commit ed7f738

Please sign in to comment.