Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-johnson committed Apr 2, 2018
1 parent e44ed7a commit 870ff08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions network_pipeline/scripts/arp_send_msg.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ def send_arp_msg():
network_details[17][0]["addr"])

print(("Sending ARP to mac={} ip={}")
.format(dst_mac,
dst_ip))
.format(
dst_mac,
dst_ip))

answered, unanswered = scapy.srp(
scapy.Ether(
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def networkpipeline_test_suite():
setup(
name="network-pipeline",
cmdclass={"build_py": build_py},
version="1.0.13",
version="1.0.14",
description="Distributed Network Packet Analysis Pipeline " +
"for Layer 2, 3 and 4 Frames",
long_description="" +
Expand Down

0 comments on commit 870ff08

Please sign in to comment.