Skip to content

Commit

Permalink
print message when using cloud flag
Browse files Browse the repository at this point in the history
  • Loading branch information
karanrk committed Mar 8, 2022
1 parent 1d38e17 commit bc30462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perf-collect.py
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ def is_safe_file(fname, substr):
validate_perfargs(perfargs)
try:
print("Collecting perf stat for events in : %s" % eventfilename)
if args.cloud:
if args.cloud != "none":
print(
"Consider using cloudtype flag to set instance type -> VM/BM; Default is VM"
)
Expand Down

0 comments on commit bc30462

Please sign in to comment.