From bf209e825c4e33a0b8049c6e519dcdf5280a6aee Mon Sep 17 00:00:00 2001 From: j Date: Wed, 29 Mar 2017 16:30:13 +0200 Subject: [PATCH] document prefix --- pandora_client/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pandora_client/__init__.py b/pandora_client/__init__.py index 5fafc50..2d2eda0 100755 --- a/pandora_client/__init__.py +++ b/pandora_client/__init__.py @@ -90,6 +90,7 @@ def parse_path(client, path, prefix=None): args: path - path without volume prefix client - Client instance + prefix - volume prefix return: return None if file will not be used, dict with parsed item information otherwise '''