mirror of
https://github.com/beetbox/beets.git
synced 2025-12-22 16:43:25 +01:00
removed obsolet variable
removed variable _added_help from CommonOptionsParser
variable is not required since 3f49044
This commit is contained in:
parent
9e83c76762
commit
760b2ac73f
1 changed files with 0 additions and 1 deletions
|
|
@ -693,7 +693,6 @@ class CommonOptionsParser(optparse.OptionParser, object):
|
|||
# this serves both as an indicator that we offer the feature AND allows
|
||||
# us to check whether it has been specified on the CLI - bypassing the
|
||||
# fact that arguments may be in any order
|
||||
self._added_help = False
|
||||
|
||||
def add_album_option(self, flags=('-a', '--album')):
|
||||
"""Add a -a/--album option to match albums instead of tracks.
|
||||
|
|
|
|||
Loading…
Reference in a new issue