Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yadudoc committed Oct 17, 2024
1 parent 068258d commit b004cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parsl/tests/configs/globus_compute.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

def fresh_config():

endpoint_id = os.environ.get["GLOBUS_COMPUTE_ENDPOINT"]
endpoint_id = os.environ["GLOBUS_COMPUTE_ENDPOINT"]

return Config(
executors=[
Expand Down

0 comments on commit b004cf2

Please sign in to comment.