Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
BIND
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
634
Issues
634
List
Boards
Labels
Service Desk
Milestones
Merge Requests
108
Merge Requests
108
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
BIND
Commits
e8f9179e
Commit
e8f9179e
authored
May 12, 2020
by
Mark Andrews
Committed by
Ondřej Surý
May 12, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Silence: E741 ambiguous variable name 'l'
(cherry picked from commit
189d21fb
)
parent
9fec9c51
Pipeline
#41491
canceled with stages
in 2 minutes and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
bin/tests/system/dnstap/ydump.py
bin/tests/system/dnstap/ydump.py
+2
-2
No files found.
bin/tests/system/dnstap/ydump.py
View file @
e8f9179e
...
...
@@ -25,5 +25,5 @@ DATAFILE = sys.argv[2]
ARGS
=
[
DNSTAP_READ
,
'-y'
,
DATAFILE
]
with
subprocess
.
Popen
(
ARGS
,
stdout
=
subprocess
.
PIPE
)
as
f
:
for
l
in
yaml
.
load_all
(
f
.
stdout
):
pprint
.
pprint
(
l
)
for
y
in
yaml
.
load_all
(
f
.
stdout
):
pprint
.
pprint
(
y
)
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