Skip to content

Commit 3eb96d5

Browse files
committed
Appease Python lint
1 parent 92b03b9 commit 3eb96d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/recursive-lipo

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,12 @@ def overlapping_lipo_architectures(file_paths, lipo_executable):
4141
known_archs.append(arch)
4242
return False
4343

44+
4445
# Determine whether we should consider a file as installable.
4546
def is_installable(file):
4647
return os.path.exists(file) or os.path.islink(file)
4748

49+
4850
# Determine the path to the first file and where it should be installed.
4951
def get_first_file_and_dest_path(file, src_root_dirs, dest_root_dir):
5052
for dir in src_root_dirs:

0 commit comments

Comments
 (0)