Skip to content

Conversation

@Oneiroi
Copy link

@Oneiroi Oneiroi commented Apr 18, 2018

Corrects a typo in file vulnserver/lib/models.py line 179 changed if not os.path.is_file(keyword_path): to if not os.path.isfile(keyword_path): corrects the error

...
 File "REDACTED/deephack/vulnserver/lib/models.py", line 179, in get_table_secondary_keywords
    if not os.path.is_file(keyword_path):
AttributeError: module 'posixpath' has no attribute 'is_file'

@Oneiroi Oneiroi changed the title Corrected typo on line 179 Corrected typo on line 179 vulnserver/lib/models.py Apr 18, 2018
@SJCaldwell
Copy link

This definitely helped me!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants