You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/kali/Desktop/CODEX/codex.py", line 405, in HANDSHAKE
os.path.mkdir(Dir)
^^^^^^^^^^^^^
AttributeError: module 'posixpath' has no attribute 'mkdir'. Did you mean: 'isdir'?
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/pandas/io/common.py", line 863, in get_handle
handle = open(
^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'Data/Aircrack-ng/AiroDumpOutPut-01.csv'
Traceback (most recent call last):
File "/home/kali/Desktop/CODEX/codex.py", line 405, in HANDSHAKE
os.path.mkdir(Dir)
^^^^^^^^^^^^^
AttributeError: module 'posixpath' has no attribute 'mkdir'. Did you mean: 'isdir'?
The text was updated successfully, but these errors were encountered: