V3 WIP Black formatting
This commit is contained in:
parent
95c7ccbf34
commit
d6572c13b5
@ -323,7 +323,8 @@ class PlaylistModel(QAbstractTableModel):
|
||||
plr = session.get(PlaylistRows, self.playlist_rows[row_number].plrid)
|
||||
if not plr:
|
||||
print(
|
||||
f"Error saving data: {row_number=}, {column=}, {value=}, {self.playlist_id=}"
|
||||
f"Error saving data: {row_number=}, {column=}, "
|
||||
f"{value=}, {self.playlist_id=}"
|
||||
)
|
||||
return False
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user