mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-17 02:32:32 -05:00
bump utils
also remove the `read().splitlines()` pattern from csv.reader usage, as it's redundant. also add .vscode to gitignore to accomodate my hipster IDE choices, and add some lines to pytest.ini so just running `py.test` uses some useful flags
This commit is contained in:
@@ -836,7 +836,7 @@ def populate_go_live(file_name):
|
||||
print("Populate go live user and date")
|
||||
with open(file_name, 'r') as f:
|
||||
rows = csv.reader(
|
||||
f.read().splitlines(),
|
||||
f,
|
||||
quoting=csv.QUOTE_MINIMAL,
|
||||
skipinitialspace=True,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user