Page MenuHomeSoftware Heritage

Fix sphinx warnings
ClosedPublic

Authored by anlambert on Jan 17 2020, 4:31 PM.

Details

Summary

Related to T2188

Diff Detail

Repository
rDLDSVN Subversion (SVN) loader
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 10198
Build 15127: tox-on-jenkinsJenkins
Build 15126: arc lint + arc unit

Event Timeline

vlorentz added a subscriber: vlorentz.
vlorentz added inline comments.
swh/loader/svn/ra.py
32

or: r"""Normalize line endings to unix (\n), windows (\r\n) or mac (\r).

This revision is now accepted and ready to land.Jan 17 2020, 4:33 PM
swh/loader/svn/ra.py
32

Oh right, raw string litteral

Use raw string litteral instead

This revision was landed with ongoing or failed builds.Jan 17 2020, 4:38 PM
This revision was automatically updated to reflect the committed changes.