Browse Source

(pylint) minor cleaing

pull/232/head
Oliverpool 8 years ago
parent
commit
36ff6d283b
  1. 2
      patacrep/tools/__init__.py
  2. 1
      patacrep/tools/content/__main__.py

2
patacrep/tools/__init__.py

@ -10,4 +10,4 @@ def existing_file(name):
"""
if os.path.isfile(name) and os.access(name, os.R_OK):
return name
raise argparse.ArgumentTypeError("Cannot read file '{}'.".format(name))
raise argparse.ArgumentTypeError("Cannot read file '{}'.".format(name))

1
patacrep/tools/content/__main__.py

@ -7,7 +7,6 @@ import sys
import textwrap
import yaml
from patacrep import errors
from patacrep.songbook import open_songbook
from patacrep.build import Songbook
from .. import existing_file

Loading…
Cancel
Save