Skip to content
Snippets Groups Projects

uniform_weblog_digging: Strings where strings are wanted, and the extended...

Merged Jim Sheckard requested to merge uniform_weblog_fixes into main
1 unresolved thread

uniform_weblog_digging: Strings where strings are wanted, and the extended path no longer necessary on URL generation

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
202 202 )
203 203
204 204 qa_notes_text = ""
205 with open(qa_notes_path, "r") as qa_notes:
205 with open(str(qa_notes_path), "r") as qa_notes:
  • If this was a Path instance before, this shouldn't be necessary.

    In fact, if it was a Path instance before, it should be possible to replace this entire block with qa_notes_text = qa_notes.text().

  • Please register or sign in to reply
  • Nathan Bockisch approved this merge request

    approved this merge request

  • Daniel Lyons approved this merge request

    approved this merge request

  • merged

  • Please register or sign in to reply
    Loading