Skip to content

Commit

Permalink
Correcting a comment
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Ohrenberger <justinohrenberger@gmail.com>
  • Loading branch information
johrenberger committed Dec 20, 2023
1 parent e6b12f4 commit 96aaf04
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish
cdname: Publish
on:
create:
tags:
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,5 @@ reports/
.python-version
.vscode/*

poetry.lock
poetry.lock
compose-dev.yaml
2 changes: 1 addition & 1 deletion tests/samples/csv_random_data_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def write_fake_focuses_to_csv (fake_focuses, csv_filename):
csv_writer.writerow(vars(focus))


#Generate 10 fake focuses to a CSV file
#Generate 1000 fake focuses to a CSV file
fake_focuses = generate_fake_focus(1000)

#Output to a CSV
Expand Down

0 comments on commit 96aaf04

Please sign in to comment.