Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Commit

Permalink
Merge pull request #83 from TaykYoku/v1r3_fixReadMe
Browse files Browse the repository at this point in the history
[1.3] convert ReadMe to RST
  • Loading branch information
TaykYoku authored Dec 14, 2021
2 parents 874d21d + afd200f commit b0b5d57
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Deployment
on:
push:
tags:
- v1r3p[0-9]+
pull_request:

jobs:
Expand All @@ -18,7 +19,7 @@ jobs:
- name: Install dependencies
run: pip install build readme_renderer diraccfg
- name: Validate README for PyPI
run: python -m readme_renderer README.* -o /tmp/README.html
run: python -m readme_renderer README.rst -o /tmp/README.html
- name: Make PEP-440 style release on GitHub
id: PEP-440
if: github.event_name == 'push'
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/COMDIRAC/Interfaces/Utilities/DCommands.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def remove(self, section, option=None):
)
self.config.remove_option(section, option)
else:
self.config.remove_section(self, section)
self.config.remove_section(section)

return S_OK()

Expand Down

0 comments on commit b0b5d57

Please sign in to comment.