-
Notifications
You must be signed in to change notification settings - Fork 219
add new get_cwd function to tools.filetools to retrieve current working directory
#4525
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 18 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
70534b4
add new method tools.filetools.get_cwd to retrieve current working di…
lexming acf02e3
use tools.filetools.get_cwd in tools.filetools.change_dir
lexming 912fac0
use filetools.get_cwd in filetools.find_base_dir and filetools.parse_…
lexming 9ed35ce
use filetools.get_cwd in EasyBlock class
lexming 9ca0937
use filetools.get_cwd in easyconfig.tools
lexming 85ef1de
use filetools.get_cwd in easyconfig.tools.run
lexming a5e2db1
use filetools.get_cwd in easybuild.tools.parallelbuild
lexming b3c424d
use filetools.get_cwd in easybuild.tools.options
lexming a97d2ae
use filetools.get_cwd in easybuild.tools.testing
lexming 17ea12a
use filetools.get_cwd in easybuild.tools.robot
lexming 62fc71d
use filetools.get_cwd in easybuild.base.optcomplete
lexming 3ebc2f3
use filetools.get_cwd in easybuild.tools.jobs.pbs_python
lexming 9273213
use filetools.get_cwd in easybuild.tools.repository.svnrepo
lexming a2fee23
fix formatting around tools.filetools.get_cwd
lexming cc90293
easyconfig.tools.run is too low to use higher level method from filet…
lexming e6890ca
improve error on FileNotFoundError on os.getcwd in run_shell_cmd
lexming 18fef0a
define run.CWD_NOTFOUND_ERROR with error message for failures
lexming c3af7a8
fix order of imports from filetools in tools.robot
lexming 27526c7
move CWD_NOTFOUND_ERROR constant to tools.build_log
boegel 336d5b0
Merge pull request #4 from boegel/get_cwd
lexming 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
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
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
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.