Skip to content

Commit

Permalink
Tf
Browse files Browse the repository at this point in the history
  • Loading branch information
jain-naman-sf committed Oct 18, 2023
1 parent b6c4d57 commit dc8c550
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cumulusci/core/config/sfdx_org_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"):
Expand Down

0 comments on commit dc8c550

Please sign in to comment.