We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 992e9e1 commit 3a0708eCopy full SHA for 3a0708e
src/install_option.py
@@ -97,12 +97,12 @@ def install_func(spbench_path, args):
97
print(color.BOLD + " >> IMPORTANT << " + color.END)
98
print(" ---------------------------------------------------------------\n")
99
print(" Now you must run \'source setup_vars.sh\'\n to load the libraries.\n")
100
- print(" Obs: You must load the libraries before using\n SPBench every time you star a new session!\n")
+ print(" Obs: You must load the libraries before using\n SPBench every time you start a new session!\n")
101
102
if download_inputs_flag:
103
args.app_id = "all"
104
args.class_id = "all"
105
args.force = True
106
download_inputs_func(spbench_path, args, True)
107
108
- sys.exit()
+ sys.exit()
0 commit comments