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
b963e5f7
Commit
b963e5f7
authored
Jan 20, 2022
by
Staiger, Christine
Browse files
Bugfix execRule: stdout was set instead of stderr in if-case.
parent
d8f458a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
utils/irodsConnector.py
View file @
b963e5f7
...
...
@@ -742,7 +742,7 @@ class irodsConnector():
stderr
=
[
o
.
decode
()
for
o
in
(
out
.
MsParam_PI
[
0
].
inOutStruct
.
stderrBuf
.
buf
.
strip
(
b
'
\x00
'
)).
split
(
b
'
\n
'
)]
else
:
std
out
=
""
std
err
=
""
except
AttributeError
:
logging
.
info
(
'RULE EXECUTION ERROR: '
+
str
(
stdout
+
stderr
),
exc_info
=
True
)
return
""
,
""
...
...
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