Skip to content

Commit

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


if __name__ == "__main__":
app.run()
app.run(main)

0 comments on commit de40f9e

Please sign in to comment.