Skip to content

Commit

Permalink
add doc
Browse files Browse the repository at this point in the history
  • Loading branch information
seiriosPlus committed Jun 26, 2018
1 parent 33ff69b commit 88cb5d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/paddle/fluid/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -1252,6 +1252,9 @@ def _is_checkpoint_var(var):


def _make_chekcpoint_dirs(dirs):
"""
_make_chekcpoint_dirs will makdir local directory directly, when the directory is exist, it will igore it.
"""
assert dirs is not None

if os.path.isfile(dirs):
Expand Down

0 comments on commit 88cb5d7

Please sign in to comment.