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

Added script dir to python path for multi file scripts #76

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

4cardbot
Copy link
Contributor

This change resolves #57 by adding the original script directory to the python path.

@4cardbot
Copy link
Contributor Author

This does not make sure that any global variables defined in the imported files are added to the config and other changes like changing relative path to absolute etc.
I am not sure if anyone defines any global variables in an imported file. What do you think?

@4cardbot
Copy link
Contributor Author

4cardbot commented Aug 24, 2024

@AllenHW @tovacinni

  1. Also what about the imported files? I think they need to be added to the temp directory created in the reports as well.
  2. And to solve issues with paths, I believe the paths should be as relative paths in the script in the temp directory.

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.

support multi file scripts
1 participant