Skip to content

Commit

Permalink
Update tests/python/frontend/tensorflow/test_forward.py
Browse files Browse the repository at this point in the history
Co-Authored-By: srkreddy1238 <[email protected]>
  • Loading branch information
kazum and srkreddy1238 authored Feb 3, 2019
1 parent 882a27a commit 2ab9d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/frontend/tensorflow/test_forward.py
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ def test_forward_inception_v1():

import os.path
if not tf.gfile.Exists(os.path.join(img_path)):
tf.logging.fatal('File does not exist %s', image)
tf.logging.fatal('File does not exist %s', img_path)
data = tf.gfile.FastGFile(os.path.join(img_path), 'rb').read()

temp.remove()
Expand Down

0 comments on commit 2ab9d88

Please sign in to comment.