diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/report_ops/admin.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/python/report_ops/admin.py b/python/report_ops/admin.py index 74c49b83..2a0fcf39 100644 --- a/python/report_ops/admin.py +++ b/python/report_ops/admin.py @@ -37,9 +37,7 @@ class CitcoReport: return cls._registry[table] def __post_init__(self): - match self.fund: - case "ISOSEL": - self._sftp = SftpClient.from_creds("citco", folder="outgoing") + self._sftp = SftpClient.from_creds("citco", folder="outgoing") if not self.report_file_name: raise ValueError(f"No reports for {self.table} on {self.date}") self.knowledge_date = datetime.datetime.combine( |
