add missing return statement
This commit is contained in:
parent
bebde054f4
commit
37bb164cc4
@ -456,6 +456,7 @@ def list_directory_base_user_data() -> bytearray:
|
||||
user_data = bytearray([all_opt, recursive_opt, compression_opt])
|
||||
user_data.extend(listing_path.encode())
|
||||
user_data.append(0)
|
||||
return user_data
|
||||
|
||||
|
||||
def packet_source_dest_path(context: str) -> bytes:
|
||||
|
Loading…
Reference in New Issue
Block a user