Skip to content

Commit 7f60075

Browse files
gguussandrewferlitsch
authored andcommitted
Makes quickstart more REPL friendly (#2354)
1 parent 02998e8 commit 7f60075

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

vision/cloud-client/quickstart/quickstart.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ def run_quickstart():
3232
# [END vision_python_migration_client]
3333

3434
# The name of the image file to annotate
35-
file_name = os.path.join(
36-
os.path.dirname(__file__),
37-
'resources/wakeupcat.jpg')
35+
file_name = os.path.abspath('resources/wakeupcat.jpg')
3836

3937
# Loads the image into memory
4038
with io.open(file_name, 'rb') as image_file:

0 commit comments

Comments
 (0)