Skip to content

Commit

Permalink
success if find sdk_folder
Browse files Browse the repository at this point in the history
  • Loading branch information
weidongxu-microsoft committed Feb 4, 2024
1 parent 4820be8 commit 4ecfad0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eng/mgmt/automation/generate_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ def find_sdk_folder():

sdk_folder = find_sdk_folder()
logging.info('SDK folder: ' + sdk_folder)
succeeded = True
if sdk_folder:
succeeded = True
except subprocess.CalledProcessError as error:
logging.error(f'tsp-client init fail: {error}')

Expand Down

0 comments on commit 4ecfad0

Please sign in to comment.