Skip to content

Commit a1ed781

Browse files
author
Johnny Robeson
committed
mark confit as_*() methods as shortcuts, not deprecated
Fixes #2026
1 parent 34074b5 commit a1ed781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beets/util/confit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ def get(self, template=None):
383383
"""
384384
return as_template(template).value(self, template)
385385

386-
# Old validation methods (deprecated).
386+
# Shortcuts
387387

388388
def as_filename(self):
389389
return self.get(Filename())

0 commit comments

Comments
 (0)