Skip to content

Conversation

@dberzano
Copy link
Contributor

@dberzano dberzano commented May 6, 2019

No description provided.

@dberzano dberzano merged commit 35a35e0 into AliceO2Group:master May 6, 2019
@dberzano dberzano deleted the more-py3 branch May 6, 2019 08:51
proc=subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
headerlist=[]
for line in proc.stdout:
if matchesHeader(line.strip(), headerlist):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you need to move the check / decode before this. See also the issue mentioned by @shahor02 at https://alice-talk.web.cern.ch/t/o2checkcode-o2-systematic-failure/259/1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants