Skip to content
Snippets Groups Projects
Commit f661bacc authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Adjusted file path to systems/.

parent cce02128
Branches
No related tags found
No related merge requests found
...@@ -37,8 +37,8 @@ from py_mm_lib import * ...@@ -37,8 +37,8 @@ from py_mm_lib import *
def main(): def main():
""" main """ """ main """
filename = None filename = None
filename = './unb1_minimal_sopc.system.yaml' filename = './systems/unb1_minimal_sopc.system.yaml'
#filename = './demo.system.yaml' #filename = './systems/demo.system.yaml'
while True: while True:
menu_choice = show_menu().lower() menu_choice = show_menu().lower()
if menu_choice == 'q': if menu_choice == 'q':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment