Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
irods-clients
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RDM Infrastructure
irods-clients
Commits
a92dfead
Commit
a92dfead
authored
3 years ago
by
Staiger, Christine
Browse files
Options
Downloads
Patches
Plain Diff
Bytes to GB - divide by 1000
parent
c608e21f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
utils/irodsConnector.py
+2
-2
2 additions, 2 deletions
utils/irodsConnector.py
with
2 additions
and
2 deletions
utils/irodsConnector.py
+
2
−
2
View file @
a92dfead
...
...
@@ -293,7 +293,7 @@ class irodsConnector():
raise
error
(
"
RESOURCE ERROR: Either resource does not exist or size not set.
"
)
def
uploadData
(
self
,
source
,
destination
,
resource
,
size
,
buff
=
10
24
**
3
,
def
uploadData
(
self
,
source
,
destination
,
resource
,
size
,
buff
=
10
00
**
3
,
force
=
False
,
diffs
=
[]):
"""
source: absolute path to file or folder
...
...
@@ -397,7 +397,7 @@ class irodsConnector():
raise
def
downloadData
(
self
,
source
,
destination
,
size
,
buff
=
10
24
**
3
,
force
=
False
,
diffs
=
[]):
def
downloadData
(
self
,
source
,
destination
,
size
,
buff
=
10
00
**
3
,
force
=
False
,
diffs
=
[]):
'''
Download object or collection.
source: iRODS collection or data object
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment