Skip to content

Commit 915da14

Browse files
authored
fixes typo in detect_properties
1 parent 9e15e9e commit 915da14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vision/cloud-client/detect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ def detect_properties(path):
218218
print('fraction: {}'.format(color.pixel_fraction))
219219
print('r: {}'.format(color.color.red))
220220
print('g: {}'.format(color.color.green))
221-
print('g: {}'.format(color.color.blue))
221+
print('b: {}'.format(color.color.blue))
222222

223223

224224
def detect_properties_cloud_storage(uri):

0 commit comments

Comments
 (0)