Skip to content

Commit 709ee12

Browse files
committed
[#34] Remove remaining instances of OCDS specific 'release'
1 parent db07864 commit 709ee12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flattentool/json_input.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
3-
This file contains code that takes an OCDS JSON release file as input (not a
3+
This file contains code that takes an instace of a JSON file as input (not a
44
JSON schema, for that see schema.py).
55
66
"""

flattentool/output.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
class SpreadsheetOutput(object):
2222
# output_name is given a default here, partly to help with tests,
2323
# but should have been defined by the time we get here.
24-
def __init__(self, parser, main_sheet_name='main', output_name='release'):
24+
def __init__(self, parser, main_sheet_name='main', output_name='unflattened'):
2525
self.parser = parser
2626
self.main_sheet_name = main_sheet_name
2727
self.output_name = output_name

0 commit comments

Comments
 (0)