Skip to content

Commit

Permalink
Initial add reports
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Oct 1, 2024
1 parent 929c01a commit e7af45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srm_tools/stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def add(self, rec):

def save(self):
DF.Flow(
[self.records],
self.records,
DF.update_package(title=self.name, name=self.slug),
DF.update_resource(-1, name='report', path='report.csv'),
dump_to_ckan(
Expand Down

0 comments on commit e7af45c

Please sign in to comment.