Skip to content

Commit d93b9a2

Browse files
committed
added doctest to huffman.py fixed issue causing build fail
1 parent c2bc6c1 commit d93b9a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compression/huffman.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,4 @@ def huffman(file_path: str) -> None:
119119

120120
if __name__ == "__main__":
121121
# pass the file path to the huffman function
122-
huffman(sys.argv[1])
122+
huffman(sys.argv[0])

0 commit comments

Comments
 (0)