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

removed tmp sys.exit

parent 9f5e9924
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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)