Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0398b40

Browse filesBrowse files
bshafferwaprin
authored andcommitted
fixes typo in detect_properties (GoogleCloudPlatform#761)
1 parent 9e15e9e commit 0398b40
Copy full SHA for 0398b40

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎vision/cloud-client/detect.py

Copy file name to clipboardExpand all lines: vision/cloud-client/detect.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.