Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
RDM Infrastructure
irods-clients
Commits
c0196f46
Commit
c0196f46
authored
Nov 12, 2021
by
Daalen, Tim van
Browse files
found another ;
parent
6ddda769
Changes
1
Hide whitespace changes
Inline
Side-by-side
utils/irodsConnector.py
View file @
c0196f46
...
...
@@ -603,7 +603,7 @@ class irodsConnector():
#md5
with
open
(
os
.
path
.
join
(
dirPath
,
locPartialPath
),
"rb"
)
as
f
:
stream
=
f
.
read
()
md5
=
hashlib
.
md5
(
stream
).
hexdigest
()
;
md5
=
hashlib
.
md5
(
stream
).
hexdigest
()
if
objCheck
!=
md5
:
diff
.
append
((
coll
.
path
+
'/'
+
iPartialPath
,
os
.
path
.
join
(
dirPath
,
locPartialPath
)))
else
:
...
...
Write
Preview
Supports
Markdown
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