Skip to content

Commit

Permalink
Merge pull request #98 from openimis/feature/OP-367
Browse files Browse the repository at this point in the history
OP-367: removed redundant character from code
  • Loading branch information
delcroip authored Apr 29, 2022
2 parents 3f55e8e + 3318c97 commit f36ac35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def create_release_branches_backend(self, version, from_branch):
for all backend modules presented in openimis.json
"""
output_messages = []
modules = openimis_apps(),
modules = openimis_apps()
release_branch = f'release/{version}'
base_path = Path(settings.BASE_DIR)
modules_directory = base_path.parent.parent
Expand Down

0 comments on commit f36ac35

Please sign in to comment.