Skip to content

Commit

Permalink
PEP8 cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Ezra Peisach committed Apr 26, 2024
1 parent b5a3d0e commit e607e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wwpdb/apps/ann_tasks_v2/webapp/CommonTasksWebAppWorker.py
Original file line number Diff line number Diff line change
Expand Up @@ -1506,7 +1506,7 @@ def _getSessionInfoOp(self):
(_dir, fileName) = os.path.split(pth)
fList.append(fileName)

# Special handling of flist, the desire for full validation pdf to come first...
# Special handling of flist, the desire for full validation pdf to come first...
# We need to find first substring list matches, and then rest
tlist = []
for t in ["val-report-full_P1", "val-report_P1"]:
Expand Down

0 comments on commit e607e27

Please sign in to comment.