Compare commits

..

No commits in common. "fa14fc7c52701bc0b0bde76bae246ea6443dc6b2" and "19b1bf3fde5a3ac397cf3037213eeac16fa87705" have entirely different histories.

2 changed files with 1 additions and 2 deletions

1
.gitattributes vendored
View File

@ -1 +0,0 @@
*.py diff=python

View File

@ -855,7 +855,7 @@ class PlaylistTab(QTableView):
if not self.musicmuster.ac:
return
try:
self.musicmuster.ac.export()
self.ac.musicmuster.export()
self._rescan(row_number)
except ApplicationError as e:
show_warning(self.musicmuster, "Audacity error", str(e))