Skip to content

Commit 7d5e4a2

Browse files
committed
update log
1 parent 675372d commit 7d5e4a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/azure-sdk-tools/packaging_tools/sdk_package.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ def main(generate_input, generate_output):
5151
try:
5252
md_output = execute_func_with_timeout(change_log_func)
5353
except multiprocessing.TimeoutError:
54-
md_output = "change log generation was timeout!!!"
54+
md_output = "change log generation was timeout!!! You need to write it manually!!!"
5555
except:
56-
md_output = "change log generation failed!!!"
56+
md_output = "change log generation failed!!! You need to write it manually!!!"
5757
finally:
5858
for file in ["stable.json", "current.json"]:
5959
file_path = Path(sdk_folder, prefolder, package_name, file)

0 commit comments

Comments
 (0)