Skip to content

Commit

Permalink
Fix the file_naming_format upgrade path
Browse files Browse the repository at this point in the history
  • Loading branch information
mwiencek committed May 16, 2012
1 parent 1518ae0 commit 4c8869f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion picard/tagger.py
Expand Up @@ -186,7 +186,7 @@ def remove_va_file_naming_format(merge=True):
"$if($eq(%compilation%,1),\n$noop(Various Artist albums)\n"+\
"%s,\n$noop(Single Artist Albums)\n%s)" %\
(self.config.setting["va_file_naming_format"].toString(),
self.config.setting["file_naming_format".toString()])
self.config.setting["file_naming_format"])
self.config.setting.remove("va_file_naming_format")
self.config.setting.remove("use_va_format")

Expand Down

0 comments on commit 4c8869f

Please sign in to comment.