mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 11:48:13 +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():
|
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():
|
def usage():
|
||||||
|
|||||||
Reference in New Issue
Block a user