Skip to content

Commit

Permalink
Misprints
Browse files Browse the repository at this point in the history
  • Loading branch information
penguinolog committed Dec 16, 2018
1 parent 303a1ab commit 7000a15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Pros:
* Open Source: https://github.com/python-useful-helpers/exec-helpers
* PyPI packaged: https://pypi.python.org/pypi/exec-helpers
* Self-documented code: docstrings with types in comments
* Tested: see bages on top
* Tested: see badges on top
* Support multiple Python versions:

::
Expand Down Expand Up @@ -178,7 +178,7 @@ If no STDOUT or STDERR required, it is possible to disable this FIFO pipes via `
The next command level uses lower level and kwargs are forwarded, so expected exit codes are forwarded from `check_stderr`.
Implementation specific flags are always set via kwargs.

If required to mask part of command from logging, `log_mask_re` attribute can be set global over instance or providden with command.
If required to mask part of command from logging, `log_mask_re` attribute can be set global over instance or provided with command.
All regex matched groups will be replaced by `'<*masked*>'`.

.. code-block:: python
Expand Down
6 changes: 0 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@
# Create and test a Python package on multiple Python versions.
# Add steps that analyze code, save the dist with the build record, publish to a PyPI-compatible index, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/python
trigger:
- master
- py35
pr:
- master
- py35

jobs:
- job: 'PyLint'
Expand Down

0 comments on commit 7000a15

Please sign in to comment.