Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
tdas committed Aug 18, 2023
1 parent a80f78b commit 054db7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/generate_api_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def run_cmd(cmd, throw_on_error=True, env=None, stream_output=False, **kwargs):
stream_output is false, then a tuple of the exit code, standard output and standard error is
returned.
"""
print("Running command %s" % str(cmd))
log("Running command %s" % str(cmd))
cmd_env = os.environ.copy()
if env:
cmd_env.update(env)
Expand Down Expand Up @@ -229,7 +229,7 @@ def log(str):
print(str)


verbose = True
verbose = False

if __name__ == "__main__":
# pylint: disable=e1120
Expand Down

0 comments on commit 054db7a

Please sign in to comment.