-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
BugSomething isn't workingSomething isn't workingLinterAny linter tool or setting file enhancementsAny linter tool or setting file enhancementsPython LangChanges to Python source codeChanges to Python source codePython RepoAnything Project RelatedAnything Project Related
Milestone
Description
The variable f
could overshadow the global var of the same name.
Issue here:
Lines 33 to 34 in c2194fe
with open(str("""./{}""").format(str(filename))) as f: | |
theResult = f.read() |
Global defined here:
Lines 43 to 44 in c2194fe
with open("""./requirements.txt""") as f: | |
requirements = f.read().splitlines() |
Metadata
Metadata
Assignees
Labels
BugSomething isn't workingSomething isn't workingLinterAny linter tool or setting file enhancementsAny linter tool or setting file enhancementsPython LangChanges to Python source codeChanges to Python source codePython RepoAnything Project RelatedAnything Project Related