]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/mgr: fix quoting error in python example
authorJohn Mulligan <jmulligan@redhat.com>
Wed, 20 Jul 2022 17:14:29 +0000 (13:14 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Tue, 23 Aug 2022 17:01:45 +0000 (13:01 -0400)
Found by vim syntax highlighting. Thanks vim!

Signed-off-by: John Mulligan <jmulligan@redhat.com>
doc/mgr/modules.rst

index 8fea56241416dcc5c5b4422619a3ea2e9d19c739..93a589b52dd0636a0b8f4925370443c0b4cb3b05 100644 (file)
@@ -135,7 +135,7 @@ The CLICommand approach
        else:
            location = blackhole
        self.send_object_to(obj, location)
-       return HandleCommandResult(stdout=f'the black hole swallowed '{oid}'")
+       return HandleCommandResult(stdout=f"the black hole swallowed '{oid}'")
 
 The first parameter passed to ``CLICommand`` is the "name" of the command.
 Since there are lots of commands in Ceph, we tend to group related commands