Skip to content

Commit f9b848d

Browse files
Add print statement to test COMPUTERNAME
Co-authored-by: dtmaclaren <[email protected]>
1 parent 69fc533 commit f9b848d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

installation_and_upgrade/ibex_install_utils/tasks/update_scripts.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ def update_scripts(self):
1919

2020
if __name__ == "__main__":
2121
prompt = UserPrompt(True,False)
22+
print(f"%COMPUTERNAME%")
2223
UpdateScripts(prompt, "", "", "", "", "").update_scripts()
2324

2425

0 commit comments

Comments
 (0)