File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ ignore=CVS
11
11
12
12
# Add files or directories matching the regex patterns to the blacklist. The
13
13
# regex matches against base names, not paths.
14
- ignore-patterns =docs,.*?.gmp.py
14
+ ignore-patterns =docs,.*?.gmp.py,.*?osp.py
15
15
16
16
# Pickle collected data for later comparisons.
17
17
persistent =yes
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ at `python-gvm`_ for further details about the API.
136
136
137
137
.. note :: By convention, scripts using :term:`GMP` are called *GMP scripts* and
138
138
are files with the ending :file: `.gmp.py `. Accordingly, *OSP scripts * with the
139
- ending :file: `.osp ` are using :term: `OSP `. Technically both protocols could be
139
+ ending :file: `.osp.py ` are using :term: `OSP `. Technically both protocols could be
140
140
used in one single script file.
141
141
142
142
The following sections are using the same example as it was used in
You can’t perform that action at this time.
0 commit comments