Fix linter errors

Change-Id: I140b92dc6ccee3023d2a8965af768bd1c6488c5d
This commit is contained in:
Jonathan Rosser
2020年10月01日 16:52:08 +01:00
parent a19b0f3db2
commit ac2fbfb52a

View File

@@ -231,7 +231,7 @@ latex_elements = {
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'doc-' + target_name + '.tex',
title.replace("_", "\_"), author, 'manual'),
title.replace("_", r"\_"), author, 'manual'),
]
latex_use_xindy = False
Reference in New Issue
openstack/openstack-ansible-os_nova
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.