MOD: fixed image path, finally able to test on all machines

This commit is contained in:
JohnE 2016-08-11 02:26:20 -07:00
parent b50f043e22
commit f7391103b1
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ if not GExiv2.initialize():
#exif = GExiv2.Metadata("space.jpg") #exif = GExiv2.Metadata("space.jpg")
exif = GExiv2.Metadata() exif = GExiv2.Metadata()
exif.open_path("bmw_rim_full.jpg") exif.open_path("test/bmw_rim_full.jpg")
#exif.open_path("space.jpg") #exif.open_path("space.jpg")
print("*** *** *** *** *** *** ***") print("*** *** *** *** *** *** ***")