Skip to content

Commit

Permalink
ci: fix safety issue (#3638)
Browse files Browse the repository at this point in the history
* fix: safety issue

* chore: adding changelog file 3638.maintenance.md [dependabot-skip]

---------

Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
  • Loading branch information
germa89 and pyansys-ci-bot authored Jan 7, 2025
1 parent 7b544b4 commit 4606bb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/changelog.d/3638.maintenance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ci: fix safety issue
2 changes: 1 addition & 1 deletion src/ansys/mapdl/core/launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -2876,7 +2876,7 @@ def submitter(
stdout=stdout,
stderr=stderr,
env=env_vars,
) # nosec B603 B607
)


def check_console_start_parameters(start_parm):
Expand Down

0 comments on commit 4606bb1

Please sign in to comment.