Commit 8aa2bf0b authored by Nimesh's avatar Nimesh

updated code

parent f7491fea
{"course_name": "601"} {"course_name": ""}
\ No newline at end of file \ No newline at end of file
...@@ -146,7 +146,7 @@ class Ui_MainWindow(object): ...@@ -146,7 +146,7 @@ class Ui_MainWindow(object):
def open(self,path): def open(self,path):
os.system('xdg-open "%s"' % path) os.system('xdg-open "%s"' % path)
def start(self): def start(self):
try: try:
os.mkdir('../results') os.mkdir('../results')
except FileExistsError: except FileExistsError:
pass pass
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment