Akshay Borgharkar

Results 5 comments of Akshay Borgharkar

I'm starting work on scapy/utils.py. One thing I noticed is that when running tox -e mypy, I get some errors on main.py and http2.py as well. Is this expected?

Ok, so I tried adding plist.py(after removing utils.py) to the mypy_enabled file, and I get the same errors on the main.py and http2.py file `scapy/main.py:159: error: Module has no attribute...

How do I detect that the value read in getName reaches the File() (sink) unfiltered?

@h3xstream Maybe a silly question but how do I get a single test to run. Whenever I try to run a single test using `mvn -Dtest=FileUploadFilenameDetectorTest test` it fails