Skip to content

Commit

Permalink
Update classic_ws.py
Browse files Browse the repository at this point in the history
  • Loading branch information
robertatakenaka authored Feb 27, 2024
1 parent f3c790f commit e93c7e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scielo_classic_website/classic_ws.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def get_issue_files(self, acron, issue_folder):
return classic_ws_fs.files

def get_issue_files_and_exceptions(self, acron, issue_folder):
issue_files = IssueFiles(acron, issue_folder)
issue_files = IssueFiles(acron, issue_folder, self.classic_website_paths)
return {"files": issue_files.files, "exceptions": issue_files.exceptions}

def get_journals_pids_and_records(self):
Expand Down

0 comments on commit e93c7e1

Please sign in to comment.