forked from josch/mmdebstrap
coverage.py: remove unused variable
This commit is contained in:
parent
b707676432
commit
e9e9cec884
1 changed files with 0 additions and 4 deletions
|
@ -118,10 +118,6 @@ def main():
|
||||||
"/usr/share/mmdebstrap/hooks", "shared/hooks", dirs_exist_ok=True
|
"/usr/share/mmdebstrap/hooks", "shared/hooks", dirs_exist_ok=True
|
||||||
)
|
)
|
||||||
|
|
||||||
onlyrun = None
|
|
||||||
if len(sys.argv) > 1:
|
|
||||||
onlyrun = sys.argv[1]
|
|
||||||
|
|
||||||
tests = []
|
tests = []
|
||||||
with open("coverage.txt") as f:
|
with open("coverage.txt") as f:
|
||||||
for test in Deb822.iter_paragraphs(f):
|
for test in Deb822.iter_paragraphs(f):
|
||||||
|
|
Loading…
Reference in a new issue