Fix unadf archive listing.
This commit is contained in:
parent
053d1d1594
commit
d50d2eac57
|
@ -24,6 +24,6 @@ def extract_adf (archive, compression, cmd, **kwargs):
|
||||||
|
|
||||||
def list_adf (archive, compression, cmd, **kwargs):
|
def list_adf (archive, compression, cmd, **kwargs):
|
||||||
"""List an ADF archive."""
|
"""List an ADF archive."""
|
||||||
return [cmd, '-r', archive]
|
return [cmd, '-l', archive]
|
||||||
|
|
||||||
test_adf = list_adf
|
test_adf = list_adf
|
||||||
|
|
Loading…
Reference in New Issue