Skip to content

Commit

Permalink
no commit message given
Browse files Browse the repository at this point in the history
  • Loading branch information
veltzer committed Jun 4, 2024
1 parent 10c1271 commit 6a2ff96
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 21 deletions.
42 changes: 21 additions & 21 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,48 +1,48 @@
alabaster==0.7.16
astroid==3.0.3
astroid==3.2.2
attrs==23.2.0
Babel==2.14.0
certifi==2024.2.2
Babel==2.15.0
certifi==2024.6.2
charset-normalizer==3.3.2
dill==0.3.8
docutils==0.20.1
docutils==0.21.2
gitdb==4.0.11
GitPython==3.1.42
idna==3.6
GitPython==3.1.43
idna==3.7
imagesize==1.4.1
isort==5.13.2
Jinja2==3.1.3
jsonschema==4.21.1
Jinja2==3.1.4
jsonschema==4.22.0
jsonschema-specifications==2023.12.1
logging-tree==1.9
Mako==1.3.2
logging_tree==1.10
Mako==1.3.5
MarkupSafe==2.1.5
mccabe==0.7.0
packaging==23.2
platformdirs==4.2.0
packaging==24.0
platformdirs==4.2.2
pyclassifiers==0.0.12
pydmt==0.3.5
pydmt==0.3.16
pyfakeuse==0.0.8
Pygments==2.17.2
pylint==3.0.3
Pygments==2.18.0
pylint==3.2.2
pylogconf==0.0.37
pymakehelper==0.0.28
pytconf==0.1.12
pytconf==0.1.14
PyYAML==6.0.1
referencing==0.33.0
requests==2.31.0
rpds-py==0.18.0
referencing==0.35.1
requests==2.32.3
rpds-py==0.18.1
smmap==5.0.1
snowballstemmer==2.2.0
Sphinx==7.2.6
Sphinx==7.3.7
sphinxcontrib-applehelp==1.0.8
sphinxcontrib-devhelp==1.0.6
sphinxcontrib-htmlhelp==2.0.5
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.7
sphinxcontrib-serializinghtml==1.1.10
termcolor==2.4.0
tomlkit==0.12.3
tomlkit==0.12.5
urllib3==2.2.1
venv-run==0.2.0
yattag==1.15.2
1 change: 1 addition & 0 deletions scripts/process_flags.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def remove_if_exists(elems, search):

def find_ends_with(elems, ending):
""" return a single element in a list that has a certain ending """
found = None
found_count=0
for elem in elems:
if elem.endswith(ending):
Expand Down

0 comments on commit 6a2ff96

Please sign in to comment.