Skip to content
New issue

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

syntax fixes and install instructions #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

syntax fixes and install instructions #14

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Jul 6, 2018

No description provided.

Copy link
Contributor

@llandeilocymro llandeilocymro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@cclauss
Copy link
Contributor

cclauss commented Aug 31, 2018

Bump on this one!

Related to #13

Also, Python 3 treats TabErrors as syntax errors.

flake8 testing of https://github.com/lake8 testing of https://github.com/nccgroup/redsnarf on Python 3.7.0

$ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics

./redsnarf.py:360:31: E999 TabError: inconsistent use of tabs and spaces in indentation
		dce = DCERPC_v5(rpctransport)
                              ^
1     E999 TabError: inconsistent use of tabs and spaces in indentation
1

Copy link
Contributor

@cclauss cclauss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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.

None yet

3 participants