File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ def find_extra_reqs(options):
25
25
package ['location' ])
26
26
for package_file in package .get ('files' , []) or []:
27
27
path = os .path .realpath (
28
- os .path .join (package ['location' ],package_file ),
28
+ os .path .join (package ['location' ], package_file ),
29
29
)
30
30
installed_files [path ] = package ['name' ]
31
31
package_path = common .is_package_file (path )
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ def find_missing_reqs(options):
28
28
package ['location' ])
29
29
for package_file in package .get ('files' , []) or []:
30
30
path = os .path .realpath (
31
- os .path .join (package ['location' ],package_file ),
31
+ os .path .join (package ['location' ], package_file ),
32
32
)
33
33
installed_files [path ] = package ['name' ]
34
34
package_path = common .is_package_file (path )
You can’t perform that action at this time.
0 commit comments