Browse Source

Doctest correction

pull/203/head
Oliverpool 9 years ago
parent
commit
8445fd0aaf
  1. 6
      patacrep/content/cwd.py

6
patacrep/content/cwd.py

@ -26,9 +26,9 @@ def parse(keyword, config, argument):
for, and then processes the content. for, and then processes the content.
The 'path' is added: The 'path' is added:
- first as a relative path to the *.yaml file directory; - first as a relative path to the *.yaml file directory;
- then as a relative path to every path already present in - then as a relative path to every path already present in
config['songdir'] (which are actuel song dir inside the datadir). config['songdir'] (which are 'song' dir inside the datadirs).
""" """
subpath = argument['path'] subpath = argument['path']
old_songdir = config['_songdir'] old_songdir = config['_songdir']

Loading…
Cancel
Save