The error message for data_push when a file doesn't exist isn't very clear. I get the same error when a file doesn't exist as when I try to push a directory (see #2). The error is:
ValueError: local_path must be a file.
It would be nice if the error message indicated that the file does not exist.
The error message for
data_pushwhen a file doesn't exist isn't very clear. I get the same error when a file doesn't exist as when I try to push a directory (see #2). The error is:It would be nice if the error message indicated that the file does not exist.