Skip to content
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

Refactor out dependency on execute utility #2176

Merged
merged 5 commits into from Aug 14, 2023
Merged

Conversation

shalearkane
Copy link
Collaborator

@shalearkane shalearkane commented Jul 10, 2023

Fixes #2105

Right now, it just removes the use of execute utility except for these cases:

  1. DiracUtilities.execute uses the python_setup feature
  2. DiracUtilities.get_env uses the update_env feature

It also removes the old timer code with a modern equivalent and the eval_includes functionality.

@shalearkane shalearkane marked this pull request as ready for review August 1, 2023 12:13
Signed-off-by: Soumik Dutta <shalearkane@gmail.com>
Signed-off-by: Soumik Dutta <shalearkane@gmail.com>
Signed-off-by: Soumik Dutta <shalearkane@gmail.com>
ganga-ci and others added 2 commits August 14, 2023 19:02
* autopep8 action fixes

* fix linting errors

Signed-off-by: Soumik Dutta <shalearkane@gmail.com>

---------

Signed-off-by: Soumik Dutta <shalearkane@gmail.com>
Co-authored-by: shalearkane <shalearkane@users.noreply.github.com>
Co-authored-by: Soumik Dutta <shalearkane@gmail.com>
Copy link
Member

@egede egede left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works all good in my testing

@egede egede merged commit da620e6 into develop Aug 14, 2023
9 of 10 checks passed
@egede egede deleted the feat2105-replace-execute branch August 14, 2023 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor use of shell command
3 participants