Skip to content

Commit 66d46f0

Browse files
Apply suggestions from code review
Co-authored-by: Valay Dave <valaygaurang@gmail.com>
1 parent 9c7a5e3 commit 66d46f0

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
@@ -268,7 +268,7 @@ def add_to_package(self):
268268
Called to add custom files needed by this flow mutator. This hook will be
269269
called in the `MetaflowPackage` class where metaflow compiles the code package
270270
tarball. This hook can return one of two things (the first is for backwards
271-
compatibility -- move to the second):
271+
compatibility -- generally use the second when you implement your mutator):
272272
- a generator yielding a tuple of `(file_path, arcname)` to add files to
273273
the code package. `file_path` is the path to the file on the local filesystem
274274
and `arcname` is the path relative to the packaged code.

0 commit comments

Comments
 (0)