Skip to content

Commit

Permalink
fix tabledump and analyze parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Teingi committed Jul 17, 2024
1 parent 858b3b2 commit c4c060e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handler/gather/gather_parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def get_parameters_info(self):
writer.writerow(tmp_row)
else:
writer.writerow(row)
self.stdio.print("Gather parameters finished. For more details, please run cmd " + Fore.YELLOW + "cat '{0}".format(self.parameter_file_name) + Style.RESET_ALL + "'")
self.stdio.print("Gather parameters finished. For more details, please run cmd '" + Fore.YELLOW + "cat {0}".format(self.parameter_file_name) + Style.RESET_ALL + "'")
else:
self.stdio.warn("Failed to retrieve the database version. Please check if the database connection is normal.")

Expand Down

0 comments on commit c4c060e

Please sign in to comment.