Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
ccanel committed Feb 1, 2024
1 parent 1f506c6 commit eda69cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion unfair/scripts/eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,9 @@ def parse_opened_exp(
receiver_pcap = path.join(exp_dir, f"{receiver_name}-tcpdump-{exp.name}.pcap")

if not path.exists(receiver_pcap):
logging.error("Error: Missing pcap file in: %s --- %s", exp_flp, receiver_pcap)
logging.error(
"Error: Missing pcap file in: %s --- %s", exp_flp, receiver_pcap
)
return -1

for flw, pkts in utils.parse_packets(
Expand Down

0 comments on commit eda69cf

Please sign in to comment.