Skip to content

Commit

Permalink
Merge pull request #3403 from gabrielcnr/dupe_fix
Browse files Browse the repository at this point in the history
Removed duplicated code
  • Loading branch information
msarahan committed Feb 19, 2019
2 parents b6c1dc3 + db1e8e9 commit b40f225
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions conda_build/build.py
Expand Up @@ -922,9 +922,6 @@ def bundle_conda(output, metadata, env, stats, **kw):
initial_files = set(item for item in (pfx_files - keep_files)
if not any(keep_file.startswith(item + os.path.sep)
for keep_file in keep_files))
initial_files = set(item for item in (pfx_files - keep_files)
if not any(keep_file.startswith(item + os.path.sep)
for keep_file in keep_files))
else:
if not metadata.always_include_files():
log.warn("No files or script found for output {}".format(output.get('name')))
Expand Down

0 comments on commit b40f225

Please sign in to comment.