Skip to content

Commit

Permalink
--debug
Browse files Browse the repository at this point in the history
  • Loading branch information
weidongxu-microsoft committed Jan 31, 2024
1 parent 52bb480 commit 55ee0dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/mgmt/automation/generate_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def remove_prefix(text, prefix):
return text

repo = remove_prefix(repo_url, 'https://github.com/')
cmd = ['npx', 'tsp-client', 'init', '--tsp-config', tsp_dir, '--commit', head_sha, '--repo', repo]
cmd = ['npx', 'tsp-client', 'init', '--debug', '--tsp-config', tsp_dir, '--commit', head_sha, '--repo', repo]
logging.info('Command line: ' + ' '.join(cmd))
output = subprocess.check_output(cmd, cwd=sdk_root)
output_str = str(output, 'utf-8')
Expand Down

0 comments on commit 55ee0dd

Please sign in to comment.