Fix too aggressive F&R

This commit is contained in:
CatalinVoss 2020-11-17 14:21:31 -08:00
parent ffe2155733
commit 8bf1e9ddb7

View File

@ -811,7 +811,7 @@ def export():
load_graph_for_evaluation(session)
output_filename = FLAGS.export_file_name + '.pb'
if FLAGS.remove_remote_export:
if FLAGS.remove_export:
if isdir_remote(FLAGS.export_dir):
log_info('Removing old export')
remove_remote(FLAGS.export_dir)