Skip to content

Commit

Permalink
revert the log
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshmi2506 committed Jun 12, 2024
1 parent a73254c commit bb2df2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cumulusci/tasks/salesforce/sourcetracking.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ def retrieve_components(
with open(os.path.join(target, "package.xml"), "w", encoding="utf-8") as f:
f.write(package_xml)
if capture_output:
return p.stdout_text.read(), p.stderr_text.read()
return p.stdout_text.read()
else:
return None

Expand Down

0 comments on commit bb2df2c

Please sign in to comment.