Skip to content

Commit

Permalink
fix up INFO
Browse files Browse the repository at this point in the history
  • Loading branch information
savingoyal committed Sep 29, 2023
1 parent ad964e6 commit 8390cf4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion INFO

This file was deleted.

2 changes: 1 addition & 1 deletion metaflow/plugins/pypi/conda_decorator.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def runtime_init(self, flow, graph, package, run_id):
# EXT_PKG extensions are PYTHONPATH extensions. Instead of re-resolving,
# we use the resolved information that is written out to the INFO file.
with open(
os.path.join(self.metaflow_dir.name, info),
os.path.join(self.metaflow_dir.name, os.path.basename(INFO_FILE)),
mode="wt",
encoding="utf-8",
) as f:
Expand Down

0 comments on commit 8390cf4

Please sign in to comment.