Skip to content

Commit

Permalink
Fix absl app.run()
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 230053772
  • Loading branch information
Conchylicultor authored and Copybara-Service committed Jan 19, 2019
1 parent 04fbf9f commit 9df0f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow_datasets/scripts/download_and_prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,4 @@ def main(_):

if __name__ == "__main__":
tf.compat.v1.enable_eager_execution()
app.run()
app.run(main)

0 comments on commit 9df0f7a

Please sign in to comment.