Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Free disk size (todo) #172

Closed
wants to merge 8 commits into from
Closed

Commits on Mar 6, 2019

  1. Free disk size (todo)

    TODO(tfds): Should try to estimate the available free disk space (if possible) and raise an error if not.
    us committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    c451674 View commit details
    Browse the repository at this point in the history
  2. Deleted todo comment line

    us committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    9fcb2a3 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2019

  1. Configuration menu
    Copy the full SHA
    f6ba641 View commit details
    Browse the repository at this point in the history
  2. Changed py_utils to utils.py_utils

    us committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    4f17fa1 View commit details
    Browse the repository at this point in the history
  3. Change dir name to _data_dir_root

    us committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    4d6083e View commit details
    Browse the repository at this point in the history
  4. Fixed errors.

    1 - I called method without parameters. I forgot after changing method
    location.
    2 - Fixed free_disk_size method calculation to byte.
    us committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    dce7c7b View commit details
    Browse the repository at this point in the history
  5. Deleted unused codes.

    us committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    bcb3494 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7e38b62 View commit details
    Browse the repository at this point in the history