Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Jun 25, 2021
1 parent bcdb652 commit ce40676
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions clean
Expand Up @@ -5,6 +5,7 @@ set nonomatch
# the rest is common to all python directories
rm -f *.pyc *.pyo .test*.sum expected result install.out
rm -rf build *.egg-info dist __pycache__ .coverage .coverage-html .eggs htmlcov
rm -rf .pytest_cache
rm -f tests/{helloworld,test,ref}
rm -f TEST REF
rm -rf tests/.pytest_cache */__pycache__
Expand Down
2 changes: 1 addition & 1 deletion shlib/shlib.py
Expand Up @@ -133,7 +133,7 @@ def _use_log(log):

# Preferences {{{1
def set_prefs(**kwargs):
"""Set ShLib preferences
"""Set shlib preferences
Args:
use_inform (bool):
Expand Down

0 comments on commit ce40676

Please sign in to comment.