Commit 2371be82 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

removed tmp sys.exit

parent 9f5e9924
......@@ -25,8 +25,6 @@ if not os.path.isfile(projects_file):
if os.path.isfile(projects_default_file):
shutil.copy(projects_default_file,projects_file)
sys.exit()
with open('projects.json') as data_file:
Projects = json.load(data_file, object_pairs_hook=OrderedDict)
......
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