Skip to content

Commit

Permalink
removed return srtatement used for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
MGS-sails committed Sep 19, 2023
1 parent 642218b commit b8567f1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ def add_arguments(self, parser):
def handle(self, *args, **options):
logger.info(options)

return

self.results_directory = os.path.realpath(options.get('results_directory').strip())

if not os.path.exists(self.results_directory):
Expand Down
2 changes: 1 addition & 1 deletion emgcli/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__: str = "2.4.30"
__version__: str = "2.4.31"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ max-line-length = 119
"""

[tool.bumpversion]
current_version = "2.4.30"
current_version = "2.4.31"

[[tool.bumpversion.files]]
filename = "emgcli/__init__.py"

0 comments on commit b8567f1

Please sign in to comment.