-
Notifications
You must be signed in to change notification settings - Fork 135
refactor: modifying subprocess
calls and removing try except continue
statements
#3474
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
92 commits
Select commit
Hold shift + click to select a range
40d04f6
fix: update ``.gitignore`` file
clatapie 29ad4dc
fix: fixing minor vulnerabilities
clatapie 7b1058c
Merge branch 'main' into maint/vulnerability_checks
clatapie 9148131
fix: try/except/pass vulnerabilities
clatapie 2bb7123
Merge branch `main`into `maint/vulnerability_checks`
clatapie a7bc106
Merge branch 'main' into maint/vulnerability_checks
clatapie d8c56b3
Merge branch 'main' into maint/vulnerability_checks
clatapie d2734dd
fix: ``subprocess`` calls
clatapie e920b10
chore: adding changelog file 3474.maintenance.md [dependabot-skip]
pyansys-ci-bot 579d41f
ci: auto fixes from pre-commit.com hooks.
pre-commit-ci[bot] 3deca3e
fix: test
clatapie 410cd2f
Merge branch 'maint/pymapdl_maintenance' of https://github.com/ansys/…
clatapie e244650
ci: auto fixes from pre-commit.com hooks.
pre-commit-ci[bot] 06af544
chore: adding changelog file 3474.added.md [dependabot-skip]
pyansys-ci-bot cdd479f
fix: removing pipe in shell command
clatapie 60b560c
ci: auto fixes from pre-commit.com hooks.
pre-commit-ci[bot] d0373c8
fix: pre-commit
clatapie 123d5fa
Merge branch 'maint/pymapdl_maintenance' of https://github.com/ansys/…
clatapie 82e53b3
test: removing subprocess change
clatapie d79c6df
Merge branch 'main' into maint/pymapdl_maintenance
clatapie cae9462
revert: reverting ``subprocess`` changes
clatapie 283407a
Merge branch 'maint/pymapdl_maintenance' of https://github.com/ansys/…
clatapie 1f927bc
fix: import error
clatapie f519bfe
fix: import error with minimal requirements
clatapie 8f30ec4
fix: warning issue
clatapie 7fb9abf
fix: ``_retrieve_file``
clatapie c7270c2
fix: ``test_failed_download``
clatapie 63172ee
ci: auto fixes from pre-commit.com hooks.
pre-commit-ci[bot] b07404e
fix: ``test_examples.py``
clatapie 2a5d650
Merge branch 'maint/pymapdl_maintenance' of https://github.com/ansys/…
clatapie b31af98
Merge branch 'main' into maint/pymapdl_maintenance
clatapie 425bd60
fix: ``download_examples``
clatapie 9830881
fix: adding ``requests`` in ``minimum_requirements`` and reverting ch…
clatapie 750003b
ci: auto fixes from pre-commit.com hooks.
pre-commit-ci[bot] 5880358
fix: typo
clatapie 5cf1885
fix: removing a warning
clatapie 8afc259
feat: removing ``shell=True``
clatapie 9e3c559
fix: attemp to fix the ``PermissionError``
clatapie 7e2c39c
Merge branch 'main' into maint/pymapdl_maintenance
clatapie 545ee64
test: providing higher permissions to run the exec file
clatapie 8169058
Merge branch 'maint/pymapdl_maintenance' of https://github.com/ansys/…
clatapie e1f7b3a
Merge branch 'main' into maint/pymapdl_maintenance
clatapie 172d890
test: using Python 3.12 in CICD for better understanding of the output
clatapie 9812f68
fix: removing `"` character
clatapie ab6b7e3
fix: adding `'` character
clatapie 23781d2
fix: reverting changes in subprocess
clatapie 3f84961
fix: checking whether other changes are correct or not
clatapie 86218d0
fix: `` test__is_ubuntu``
clatapie 21fe1fb
fix: using ``executable`` in ``subprocess.Popen``
clatapie b920a65
fix: ``proc``
clatapie bf8cd48
fix: attempt to fix test errors
clatapie 5f57e33
fix: fix typo
clatapie 5932bfa
Merge branch 'main' into maint/pymapdl_maintenance
clatapie 87722db
fix: ``_is_ubuntu``
clatapie df93a73
Merge branch 'maint/pymapdl_maintenance' of https://github.com/ansys/…
clatapie b6565df
fix: testing another approach for ``is_ubuntu`` method
clatapie 3bc7f7c
fix: attempt to use ``shell=False`` in ``launch_grpc``
clatapie b440434
fix: removing empty args
clatapie f60012e
test: attempt to fix ``command_parm``
clatapie f490b90
test: attempt to fix ``command_parm`` - 2
clatapie c2e3781
ci: auto fixes from pre-commit.com hooks.
pre-commit-ci[bot] a94714b
Update src/ansys/mapdl/core/examples/downloads.py
clatapie effd48e
test: attempt to fix ``command_parm`` - 3
clatapie 53a8dc6
fix: ``call`` in ``open_gui``
clatapie 31e2e91
fix: removing unused variable ``e``
clatapie 247752b
revert: reverting change for ``MAIN_PYTHON_VERSION``
clatapie 3b9e847
chore: adding changelog file 3474.added.md [dependabot-skip]
pyansys-ci-bot 646d6aa
Merge branch 'main' into maint/pymapdl_maintenance
clatapie 2bc1915
Merge branch 'main' into maint/pymapdl_maintenance
clatapie 365a74d
Apply suggestions from code review
clatapie 61cd47d
Apply suggestions from code review
clatapie c644fb6
chore: merge remote-tracking branch 'origin/main' into maint/pymapdl_…
germa89 c751eae
test: fix tests
germa89 3acc746
test: reverting change in ``f'"{exec_file}"'``
clatapie 4e059a6
fix: ``exec_file`` errors
clatapie 027bfa5
Merge branch 'main' into maint/pymapdl_maintenance
clatapie 41f716e
chore: merge remote-tracking branch 'origin/main' into maint/pymapdl_…
germa89 cbbae17
Merge branch 'main' into maint/pymapdl_maintenance
clatapie 09a9a25
review: applying @germa89's suggestions
clatapie 7b846be
Apply suggestions from code review
clatapie 25a9db4
review: applying @germa89's suggestions
clatapie 19cbea9
Update src/ansys/mapdl/core/mapdl_core.py
clatapie 2235a19
review: applying @germa89's suggestions - 2
clatapie 4e0688c
fux: using ``self._log.debug``
clatapie d845e24
fix: ``test_examples.py``
clatapie 7b857d3
fix: ``generate_mapdl_launch_command``
clatapie 8304fd4
fix: ``_checkout_license``
clatapie 52c7b8c
fix: ``launch_grpc`` for Linux
clatapie 752f735
Apply suggestions from code review
clatapie 30aae0a
review: applying @germa89 and @RobPasMue's suggestions
clatapie 0ddb90b
review: applying code reviewers suggestions
clatapie a1154bf
fix: using ``cwd`` arg in ``subprocess.call``
clatapie File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
refactor: modifying ``subprocess`` calls and removing ``try except continue`` statements |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.