Add types to objects

This commit is contained in:
2024-02-15 20:20:00 +01:00
parent 36f6f88990
commit 2556bde16f
2 changed files with 14 additions and 6 deletions

View File

@@ -43,4 +43,4 @@ def hash_object(args):
def cat_file(args):
sys.stdout.flush()
sys.stdout.buffer.write(data.get_object(args.object))
sys.stdout.buffer.write(data.get_object(args.object), expected=None)