Skip to content
Snippets Groups Projects
Commit 33f50062 authored by Julian's avatar Julian
Browse files

Remove critical bug

parent bd183a83
No related branches found
No related tags found
1 merge request!4Resolve "Allow creating an I2C address"
...@@ -153,6 +153,7 @@ class MainWindow(BaseWindow): ...@@ -153,6 +153,7 @@ class MainWindow(BaseWindow):
:param path: Path to output Verilog files to :param path: Path to output Verilog files to
""" """
try: try:
self.refresh()
Config.export(path) Config.export(path)
Popup.info(title="Successfully exported", Popup.info(title="Successfully exported",
message=f"Verilog code has been successfully written to {path}.") message=f"Verilog code has been successfully written to {path}.")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment