Skip to content

Commit

Permalink
Updated docstring of file.
Browse files Browse the repository at this point in the history
  • Loading branch information
IvDinten committed Apr 12, 2022
1 parent 441a377 commit 6cabff1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pattern_data_total.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#!/usr/bin/env python
"""
Creates one file of all results files
Creates one file of all number of results files.
Each pattern for each project creates an one line file with results.
Due to compatibility of using Docker with a container for each project and pattern.
This script combines all these results into one file.
"""
from os import walk
from dt.utils.files import remove_file_if_exists
Expand Down

0 comments on commit 6cabff1

Please sign in to comment.