We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45c53b3 commit b09a4bfCopy full SHA for b09a4bf
pygorithm/binary/binary_utils.py
@@ -4,7 +4,7 @@
4
"""
5
6
7
-def pad(value, return_type):
+def pad(value, return_type=str):
8
'''
9
Pad binary value with zeros
10
:param value: string
0 commit comments