Skip to content

Commit

Permalink
MANAGER:: Removed todo
Browse files Browse the repository at this point in the history
Removed TODO : No handling of tcp case needed in that part, nothing to be changed
  • Loading branch information
ThibaudCartegnie authored Apr 7, 2022
1 parent 1755c38 commit c6352dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manager/Services.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def _build_cmd(filt):
cmd.append(filt['log_level'])
except KeyError:
pass

cmd += [
filt['name'],
filt['network']['address_path'],
Expand Down Expand Up @@ -378,7 +378,7 @@ def update(self, names, prefix, suffix):
prefix=prefix, suffix=suffix,
name=n, extension=new[n]['extension']
)
# TODO Handle TCP case?

if new[n]['network']['socket_type'] == 'UNIX':
new[n]['network']['address_path'] = new[n]['socket']

Expand Down

0 comments on commit c6352dd

Please sign in to comment.