Skip to content

Commit 2ef9783

Browse files
committed
Address comment
1 parent 5266cf2 commit 2ef9783

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

metaflow/user_decorators/user_flow_decorator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ def add_to_package(self):
316316
Called to add custom files needed by this flow mutator. This hook will be
317317
called in the `MetaflowPackage` class where metaflow compiles the code package
318318
tarball. This hook can return one of two things (the first is for backwards
319-
compatibility -- move to the second):
319+
compatibility -- generally use the second when you implement your mutator):
320320
- a generator yielding a tuple of `(file_path, arcname)` to add files to
321321
the code package. `file_path` is the path to the file on the local filesystem
322322
and `arcname` is the path relative to the packaged code.

0 commit comments

Comments
 (0)