diff --git a/cumulusci/core/config/sfdx_org_config.py b/cumulusci/core/config/sfdx_org_config.py index 5a82f4134a..c466778047 100644 --- a/cumulusci/core/config/sfdx_org_config.py +++ b/cumulusci/core/config/sfdx_org_config.py @@ -196,6 +196,7 @@ def force_refresh_oauth_token(self): message = f"Message: {nl.join(stdout_list)}" raise SfdxOrgException(message) + # Added a print json argument to check whether it is there or not def refresh_oauth_token(self, keychain, print_json=False): """Use sfdx force:org:describe to refresh token instead of built in OAuth handling""" if hasattr(self, "_sfdx_info"):