Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 5907454

Browse files
committed
damn typos!
1 parent b721505 commit 5907454

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli4/cli4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ def run_command(cf, method, command, params=None, content=None, files=None):
193193
if len(element) in [32, 40, 48] and hex_only.match(element):
194194
# raw identifier - lets just use it as-is
195195
identifier1 = element
196-
lif len(element) == 36 and uuid_value.match(element):
196+
if len(element) == 36 and uuid_value.match(element):
197197
# uuid identifier - lets just use it as-is
198198
identifier1 = element
199199
elif element[0] == ':':

0 commit comments

Comments
 (0)