Skip to content

Commit

Permalink
- Adding more information messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpojer committed May 15, 2024
1 parent dc3b0a9 commit f51f8ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def run_script(script_name, env_vars):


def main():
print("Extracting arguments from command line.")
env_vars = extract_args()

# Clean environment before mining
Expand Down Expand Up @@ -71,4 +72,6 @@ def main():


if __name__ == '__main__':
print("Starting Living Documentation generation.")
main()
print("Living Documentation generation completed.")

0 comments on commit f51f8ae

Please sign in to comment.