archive working better with listcomps
This commit is contained in:
@@ -27,7 +27,7 @@ async def archive_current(app) -> None:
|
||||
app.show_status(f"{stdout.decode()}", "info")
|
||||
logging.info(stdout.decode())
|
||||
if process.returncode == 0:
|
||||
await app.query_one(ListView).pop(index)
|
||||
app.query_one(ListView).pop(index)
|
||||
app.query_one(ListView).index = index
|
||||
# app.action_next() # Automatically show the next message
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user