We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 177efe0 commit d3006bfCopy full SHA for d3006bf
eng/tools/azure-sdk-tools/azpysdk/import_all.py
@@ -76,7 +76,7 @@ def run(self, args: argparse.Namespace) -> int:
76
import_script_all = "from {0} import *".format(parsed.namespace)
77
commands = [executable, "-c", import_script_all]
78
79
- outcomes.append(check_call(commands))
+ outcomes.append(check_call(commands, cwd=staging_directory))
80
logger.info("Verified module dependency, no issues found")
81
else:
82
logger.info("Package {} is excluded from dependency check".format(parsed.name))
0 commit comments