cli: rename _unique_path to unique_path, and deprecate the old one
This commit is contained in:
parent
967704b9a3
commit
1c76cd0c0f
11 changed files with 46 additions and 40 deletions
|
|
@ -146,7 +146,7 @@ You can create progress bars as necessary with this snippet:
|
|||
callback = None
|
||||
else:
|
||||
callback = _progress_callback
|
||||
serverdir = _unique_path('cli-image') # create a unique path on the hub
|
||||
serverdir = unique_path('cli-image') # create a unique path on the hub
|
||||
session.uploadWrapper(somefile, serverdir, callback=callback)
|
||||
|
||||
Task Arguments
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue