* morituri/common/program.py:
Comment where we got the template variables from. * morituri/rip/cd.py: Document the template variables.
This commit is contained in:
@@ -249,6 +249,8 @@ class Program(log.Loggable):
|
||||
assert type(outdir) is unicode, "%r is not unicode" % outdir
|
||||
assert type(template) is unicode, "%r is not unicode" % template
|
||||
|
||||
# the template is similar to grip, except for %s/%S
|
||||
|
||||
# returns without extension
|
||||
|
||||
v = {}
|
||||
|
||||
Reference in New Issue
Block a user