Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
vidjil
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1,427
Issues
1,427
List
Boards
Labels
Milestones
Merge Requests
49
Merge Requests
49
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vidjil
vidjil
Commits
4bca0b70
Commit
4bca0b70
authored
Jun 07, 2018
by
Ryan Herbert
Committed by
Mikaël Salson
Jul 18, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vidjilparser.py remove unwanted default prefix.
it was there for testing purposes only.
parent
ed8311fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tools/vidjilparser.py
tools/vidjilparser.py
+1
-1
No files found.
tools/vidjilparser.py
View file @
4bca0b70
...
...
@@ -107,7 +107,7 @@ class VidjilParser(object):
else
:
self
.
_writer
=
VidjilWriter
(
'out.json'
)
self
.
_model_prefixes
=
[]
self
.
prefixes
=
[
'clones.item.seg.affectSigns'
]
self
.
prefixes
=
[]
def
initModel
(
self
,
model_path
):
with
open
(
model_path
,
'r'
)
as
model
:
...
...
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