Skip to content

Conversation

@julien6387
Copy link
Contributor

the Supervisor identifier may have been set in the command line and not in the configuration file.
the last line of ServerOptions.realize systematically overwrites the self.identifier by the value from the configuration file (that may be the default one 'supervisor').
if the identifier was set in the configuration file, the self.identifier was already updated.
so there's no point keeping this line.

the identifier may have been set in the command line and not in the configuration file.
the last line of ServerOptions.realize systematically overwrites the self.identifier by the value from the configuration file (may be the default one).
if the identifier was set in the configuration file, the self.identifier was already updated.
so there's no point keeping this instruction.
mnaberez added a commit that referenced this pull request Dec 28, 2021
@mnaberez mnaberez merged commit 4d9ec2d into Supervisor:master Dec 28, 2021
dat-h-ammann pushed a commit to dat-h-ammann/supervisor that referenced this pull request Apr 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants