Skip to content
Snippets Groups Projects
Commit 46725a28 authored by Alán Muñoz's avatar Alán Muñoz
Browse files

docs(meta): Improve warning no logfile message

parent 2c1f79e6
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,7 @@ def find_file(root_dir, regex):
)
file = [sorted(file)[0]]
if len(file) == 0:
print("Warning:Metadata: No valid logfile found.")
print("Warning:Metadata: No valid swainlab .log found.")
else:
return file[0]
return None
......
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