Skip to content
Snippets Groups Projects
Commit fe22c5f8 authored by Björn Vonheiden's avatar Björn Vonheiden
Browse files

Add comment in run uc python script why lag exporter need to be deleted.

parent 9336e9dc
No related branches found
No related tags found
2 merge requests!42Integerate theodolite and run uc python scripts,!24run UC as python implementation
This commit is part of merge request !24. Comments created here will be created in the context of that merge request.
......@@ -259,6 +259,8 @@ def delete_topics(topics):
return
# Stop the lag exporter in order to reset it and allow smooth execution for
# next use cases
def stop_lag_exporter():
print('Stop the lag exporter')
......@@ -308,5 +310,6 @@ def main():
print('---------------------')
stop_lag_exporter()
if __name__ == '__main__':
main()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment