Browse Source

Merge branch 'master' into chordpro

pull/79/head
Louis 9 years ago
parent
commit
b95686d29f
  1. 2
      patacrep/songbook.py
  2. 2
      pylintrc

2
patacrep/songbook.py

@ -75,7 +75,7 @@ def argument_parser(args):
"pdf" compile .tex file;
"sbx" compile index files;
"clean" remove temporary files;
any string beginning with '%%' (in this case, it will be run
any string beginning with '#' (in this case, it will be run
in a shell). Several steps (excepted the custom shell
command) can be combinend in one --steps argument, as a
comma separated string.

2
pylintrc

@ -2,4 +2,4 @@
dummy-variables-rgx=_|dummy
[MESSAGES CONTROL]
disable= logging-format-interpolation
disable= logging-format-interpolation, I

Loading…
Cancel
Save