diff options
Diffstat (limited to 'bjoern')
| -rw-r--r-- | bjoern/videoanalyse/post_processing.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/bjoern/videoanalyse/post_processing.py b/bjoern/videoanalyse/post_processing.py index d32457e..a1baa5a 100644 --- a/bjoern/videoanalyse/post_processing.py +++ b/bjoern/videoanalyse/post_processing.py @@ -94,7 +94,7 @@ for pair in pairwise(urls):          new_urls.append(pair[1]) -with open(data_path / "grouping_post.cvs", "w") as csvfile: +with open(data_path / "grouping_post.csv", "w") as csvfile:      writer = csv.writer(csvfile, quotechar='"', quoting=csv.QUOTE_NONNUMERIC)      writer.writerow(["url"])      for line in new_urls: | 
