X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2Fbertos.py;h=34b59839094c7b10a36d62c2362928fdd046ee4a;hb=a60c44ba0b4e02ac93b9bf7e31fe92574cccaaca;hp=c53674a9f7574baee2397b893732d35b9e357fef;hpb=95b71bb91147ac88fa10fed3385ce2f0307fe13c;p=bertos.git diff --git a/wizard/bertos.py b/wizard/bertos.py index c53674a9..34b59839 100755 --- a/wizard/bertos.py +++ b/wizard/bertos.py @@ -85,6 +85,8 @@ def newProject(): def editProject(project_file): info_dict = {} while(True): + # Empty project is the default fallback. + QApplication.instance().project = BProject() try: QApplication.instance().project = BProject(project_file, info_dict) except VersionException: