Skip to content

Conversation

@eingemaischt
Copy link

python 3.10 complains:

/tmp/ibw/ibw-extractor/ibw-extractor.py:49: SyntaxWarning: "is" with a literal. Did you mean "=="?
if len(infiles) is 0:

This fixes this.

python 3.10 complains:

/tmp/ibw/ibw-extractor/ibw-extractor.py:49: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if len(infiles) is 0:


This fixes this.
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.

1 participant