We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f20e2df + fd47749 commit 7b58310Copy full SHA for 7b58310
src/robot_upstart/providers.py
@@ -171,7 +171,7 @@ def generate_install(self):
171
# This is optional to support the old --augment flag where a "job" only adds
172
# launch files to an existing configuration.
173
if self.job.generate_system_files:
174
- # Share a single instance of the empty interpreter.
+ # Share a single instance of the EmPy interpreter.
175
self.interpreter = em.Interpreter(globals=self.job.__dict__.copy())
176
177
self.installation_files[os.path.join(self.root, "lib/systemd/system", self.job.name + ".service")] = {
0 commit comments