Commit 7e39d6e1 authored by Anton Pershin's avatar Anton Pershin

Hot fix

parent 5ff51f88
......@@ -32,7 +32,7 @@ class Host(object):
def get_program_launch_path(self, prog_name):
if prog_name not in self.programs:
raise ValueError('Program "{prog_name}" is not recognized. '
raise ValueError(f'Program "{prog_name}" is not recognized. '
'Please add this program to "custom_programs" '
'in the corresponding host in the config file '
'if you want to use it.')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment