diff options
author | Siddharth Ravikumar <sravik@bgsu.edu> | 2015-03-19 22:41:45 -0400 |
---|---|---|
committer | Siddharth Ravikumar <sravik@bgsu.edu> | 2015-03-19 22:41:45 -0400 |
commit | 1f5e33f6607f44419935715fdd8b87cefede2950 (patch) | |
tree | ca026255c8309bb41e6703db3d88c9af480fb140 | |
parent | c6461d8d83d5f086aee978ab08116b0024aab939 (diff) |
combox/file.py: edited docstring of the node_path method.
-rw-r--r-- | combox/file.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/combox/file.py b/combox/file.py index 1606da5..d42d099 100644 --- a/combox/file.py +++ b/combox/file.py @@ -72,10 +72,11 @@ def cb_path(node_path, config): def node_path(cb_path, config, isfile): """Returns abs. path of file (in node dir.) given the cb_path (combox dir. path). - If cb_path is a file, it returns the path to its first shard in - the first node directory. + If cb_path is a file, it returns the path to its shard in the + first node directory. isfile: True if cb_path is a file. + """ if isfile: |