Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and mambelli committed May 4, 2022
1 parent 0f66cc9 commit 2b0e6a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion factory/glideFactoryEntry.py
Original file line number Diff line number Diff line change
Expand Up @@ -1275,7 +1275,7 @@ def unit_work_v3(
% (condortoken_file, str(submit_credentials.identity_credentials))
)

scitoken_passthru = (params.get('CONTINUE_IF_NO_PROXY') == 'True')
scitoken_passthru = params.get("CONTINUE_IF_NO_PROXY") == "True"
scitoken = f"credential_{client_int_name}_{entry.name}.scitoken"
scitoken_file = os.path.join(submit_credentials.cred_dir, scitoken)
scitoken_data = decrypted_params.get("frontend_scitoken")
Expand Down

0 comments on commit 2b0e6a1

Please sign in to comment.