Skip to content
Snippets Groups Projects
Commit 891a9e8b authored by cody burkard's avatar cody burkard
Browse files

fixed syntax error

parent 7ae39fff
No related branches found
No related tags found
No related merge requests found
......@@ -253,7 +253,7 @@ def macColonHex( mac ):
"""Generate MAC colon-hex string from unsigned int.
mac: MAC address as unsigned int
returns: macStr MAC colon-hex string"""
return _colonHex( mac, 6 )
return _colonHex( mac, 6 )
def ipStr( ip ):
"""Generate IP address string from an unsigned int.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment