ki-tools / kitools-py

Tools for working with data in Ki analyses
Apache License 2.0
3 stars 0 forks source link

Support pushing directories #2

Closed hafen closed 5 years ago

hafen commented 5 years ago

With 0.0b3 when I run the following:

project.data_push("discovered/images", data_type = "discovered")

I get the error:

Error in py_call_impl(callable, dots$args, dots$keywords) : 
  ValueError: local_path must be a file.

Detailed traceback: 
  File "kitools/project.py", line 266, in data_push
    raise ValueError('local_path must be a file.')