mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-15 19:28:00 +01:00
Return queued dirs, not timing files in #pending_list
This commit is contained in:
@@ -304,7 +304,7 @@ def upload_pending():
|
||||
|
||||
|
||||
def pending_list():
|
||||
return glob.glob(AsciiCast.QUEUE_DIR + '/*/*.time')
|
||||
return [os.path.dirname(p) for p in glob.glob(AsciiCast.QUEUE_DIR + '/*/*.time')]
|
||||
|
||||
|
||||
def usage():
|
||||
|
||||
Reference in New Issue
Block a user