Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pycomsdk
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
com
pycomsdk
Commits
7e39d6e1
Commit
7e39d6e1
authored
3 years ago
by
Anton Pershin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Hot fix
parent
5ff51f88
master
dev
dev_parser_aDOT
No related merge requests found
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
communication.py
comsdk/communication.py
+1
-1
No files found.
comsdk/communication.py
View file @
7e39d6e1
...
@@ -32,7 +32,7 @@ class Host(object):
...
@@ -32,7 +32,7 @@ class Host(object):
def
get_program_launch_path
(
self
,
prog_name
):
def
get_program_launch_path
(
self
,
prog_name
):
if
prog_name
not
in
self
.
programs
:
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" '
'Please add this program to "custom_programs" '
'in the corresponding host in the config file '
'in the corresponding host in the config file '
'if you want to use it.'
)
'if you want to use it.'
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment