-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Description
Trying to use pkt.pdfdump() fires an error about "random_filename.pdf.pdf" not found.
If I change line 417 in packet.py
subprocess.Popen([conf.prog.pdfreader, fname+".pdf"])
to
subprocess.Popen([conf.prog.pdfreader, fname])
then it works fine. I guess it has to do with the autoext argument used above this line
Hope this will help...
Metadata
Metadata
Assignees
Labels
No labels