[go: nahoru, domu]

Skip to content

Commit

Permalink
Add Returns section to get_generated_files def
Browse files Browse the repository at this point in the history
  • Loading branch information
christianversloot committed Nov 18, 2020
1 parent bc2e521 commit 10335ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/python/tensorflow_cloud/core/containerize.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@ def get_generated_files(self, return_descriptors=False):
Args:
return_descriptors: Whether to return descriptors as well.
Returns:
Docker and tar file paths. Depending on return_descriptors, possibly
their file descriptors as well.
"""
if return_descriptors:
return [
Expand Down

0 comments on commit 10335ec

Please sign in to comment.