Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE3
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
5
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
34920b70
authored
Dec 14, 2023
by
Carpoon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add folder option to export disk functionality
Add folder option to export disk functionality
parent
05df66fb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
circle/storage/tasks/storage_tasks.py
+1
-1
No files found.
circle/storage/tasks/storage_tasks.py
View file @
34920b70
...
...
@@ -57,7 +57,7 @@ def export_disk(disk_desc, disk_format, url, port, identity, mode):
@celery.task
(
name
=
'storagedriver.export_disk_to_datastore'
)
def
export_disk_to_datastore
(
disk_desc
,
disk_format
,
datastore
):
def
export_disk_to_datastore
(
disk_desc
,
disk_format
,
datastore
,
folder
):
pass
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment