-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Description
Hi! I was getting an error on this line
Line 19 in f60bc1d
| target = os.path.join(venv, "include", dn) |
dn is called before assignment. It is true, since it is used out of the for loop scope.
I moved the target definition inside the for loop, but was not sure, if it was correct. Can anyone confirm?
Metadata
Metadata
Assignees
Labels
No labels