Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
ORG.Asm
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
23
Issues
23
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
ORG.Asm
ORG.Asm
Commits
9848864d
Commit
9848864d
authored
Jan 31, 2017
by
Eric Coissac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Patch a bug occurring when both coverage and minread are set from the
command line options
parent
bb69c466
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
buildgraph.py
python/orgasm/commands/buildgraph.py
+2
-0
No files found.
python/orgasm/commands/buildgraph.py
View file @
9848864d
...
...
@@ -288,6 +288,8 @@ def run(config):
logger
.
info
(
'Coverage forced by user at :
%
d'
%
coverage
)
minread
,
minoverlap
=
estimateMinRead
(
r
,
config
[
'buildgraph'
][
'minoverlap'
],
mincoverage
)
if
config
[
'buildgraph'
][
'minread'
]
is
not
None
:
minread
=
config
[
'buildgraph'
][
'minread'
]
else
:
##########################
...
...
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