Skip to content

Conversation

misery
Copy link

@misery misery commented Jul 31, 2019

  • This import of module shutil is redundant, as it was previously imported on line 35.
  • Testing for None should use the 'is' operator.
  • The value assigned to local variable 'hno' is never used.

* This import of module shutil is redundant, as it was previously imported on line 35.
* Testing for None should use the 'is' operator.
* The value assigned to local variable 'hno' is never used.
@techtonik
Copy link
Owner

lgtm.com is right about shutil, but I've heard from Fedora users that shutil has some permission problems. I need to ask them for testing as well.

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