Skip to content

Commit

Permalink
Minor correction.
Browse files Browse the repository at this point in the history
  • Loading branch information
popovaan committed Oct 17, 2023
1 parent 0d5b5df commit ff048ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/opt_in_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def _check_run_in_notebook():
def _run_in_ci():
"""
Checks that script is executed in CI job.
:return: True script is executed in CI job, otherwise False
:return: True if script is executed in CI job, otherwise False
"""
ci_env_vars = ["CI", "TF_BUILD"]

Expand Down

0 comments on commit ff048ea

Please sign in to comment.