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 Error Line 554 #4

Open
SolonTech4n6 opened this issue Mar 17, 2022 · 1 comment
Open

Syntax Error Line 554 #4

SolonTech4n6 opened this issue Mar 17, 2022 · 1 comment

Comments

@SolonTech4n6
Copy link

When using python 3.9 or higher

\BitsParser.py:554: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if type(v) is not 'Dict':
Traceback (most recent call last):

@Bloggzy
Copy link

Bloggzy commented Jul 19, 2022

Experienced the same issue as @SolonTech4n6

Editing line 554 and changing the "is not" to "!=" appears to resolve the issue.

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

No branches or pull requests

2 participants