Skip to content

Commit

Permalink
Merge branch 'dalia/condense.4' into dalia/condense.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dshaaban01 committed Nov 16, 2023
2 parents adcb8ed + 7ed2c24 commit 0ca5537
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xdsl/interactive/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ def update_current_module(self) -> None:
"""
input_text = self.input_text_area.text
if (input_text) == "":
self.current_module = None
return
try:
ctx = MLContext(True)
Expand Down

0 comments on commit 0ca5537

Please sign in to comment.