We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Traceback (most recent call last): File "gyoithon.py", line 321, in protocol_list, fqdn_list, port_list, path_list = get_target_info(full_path, utility) File "gyoithon.py", line 43, in get_target_info msg = utility.make_log_msg(utility.log_in, utility.log_dis, os.path.basename(file), note='Get target information') AttributeError: 'Utilty' object has no attribute 'make_log_msg'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Traceback (most recent call last):
File "gyoithon.py", line 321, in
protocol_list, fqdn_list, port_list, path_list = get_target_info(full_path, utility)
File "gyoithon.py", line 43, in get_target_info
msg = utility.make_log_msg(utility.log_in, utility.log_dis, os.path.basename(file), note='Get target information')
AttributeError: 'Utilty' object has no attribute 'make_log_msg'
The text was updated successfully, but these errors were encountered: