Commit 31552f02 authored by Xiaoquan Kong's avatar Xiaoquan Kong
Browse files

bugfix: unused and incorrect variable name

parent 9edda005
...@@ -383,7 +383,7 @@ def main(unused_argv): ...@@ -383,7 +383,7 @@ def main(unused_argv):
# Download test_data # Download test_data
logging.info("Step 1/5: Downloading test data") logging.info("Step 1/5: Downloading test data")
train_files = get_raw_files(FLAGS.data_dir, _TEST_DATA_SOURCES) get_raw_files(FLAGS.data_dir, _TEST_DATA_SOURCES)
# Get paths of download/extracted training and evaluation files. # Get paths of download/extracted training and evaluation files.
logging.info("Step 2/5: Downloading data from source") logging.info("Step 2/5: Downloading data from source")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment