Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
elphel393
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
elphel393
Commits
2371be82
Commit
2371be82
authored
8 years ago
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed tmp sys.exit
parent
9f5e9924
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
setup.py
setup.py
+0
-2
No files found.
setup.py
View file @
2371be82
...
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment