Skip to content

Commit e9af826

Browse files
esmith1729danielmaclarenzsoltkebel
committed
Put manual prompt into right spot
Co-authored-by: dtmaclaren <[email protected]> Co-authored-by: zsoltkebel <[email protected]>
1 parent a8345b0 commit e9af826

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

installation_and_upgrade/ibex_install_utils/tasks/git_tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def automatic_merge_of_git_remote(self, branch_to_merge_from, branch_to_merge_to
115115
print(
116116
f"Error doing automatic merge, please perform the merge manually: {e}"
117117
)
118-
self.prompt.prompt_and_raise_if_not_yes(manual_prompt)
118+
self.prompt.prompt_and_raise_if_not_yes(manual_prompt)
119119
else:
120120
self.prompt.prompt_and_raise_if_not_yes(manual_prompt)
121121

installation_and_upgrade/ibex_install_utils/tasks/update_scripts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def update_scripts(self):
2121

2222
if __name__ == "__main__":
2323
prompt = UserPrompt(True,False)
24-
print(f"%COMPUTERNAME%")
24+
print(COMPUTERNAME)
2525
UpdateScripts(prompt, "", "", "", "", "").update_scripts()
2626

2727

0 commit comments

Comments
 (0)