fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/pysim/+/40134?usp=email )
Change subject: filesystem: fix WARNING: Block quote ends without a blank line
......................................................................
filesystem: fix WARNING: Block quote ends without a blank line
Use the 'r' (raw) qualifier to avoid rendering '\n' as the actual
line break in the auto-generated documentation.
Change-Id: Ie7f59685a78534eb2c43ec4bc39685d3fd264778
---
M pySim/filesystem.py
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/34/40134/1
diff --git a/pySim/filesystem.py b/pySim/filesystem.py
index 7f350ec..2d9a07e 100644
--- a/pySim/filesystem.py
+++ b/pySim/filesystem.py
@@ -301,7 +301,7 @@
@staticmethod
def export(as_json: bool, lchan):
- """
+ r"""
Export file contents in the form of commandline script. This method is meant to
be overloaded by a subclass in
case any exportable contents are present. The generated script may contain
multiple command lines separated by
line breaks ("\n"), where the last commandline shall have no line break
at the end
--
To view, visit
https://gerrit.osmocom.org/c/pysim/+/40134?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: Ie7f59685a78534eb2c43ec4bc39685d3fd264778
Gerrit-Change-Number: 40134
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>