Skip to content

Commit 7b58310

Browse files
Merge pull request #106 from mikaelarguedas/patch-1
empty -> EmPy
2 parents f20e2df + fd47749 commit 7b58310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/robot_upstart/providers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def generate_install(self):
171171
# This is optional to support the old --augment flag where a "job" only adds
172172
# launch files to an existing configuration.
173173
if self.job.generate_system_files:
174-
# Share a single instance of the empty interpreter.
174+
# Share a single instance of the EmPy interpreter.
175175
self.interpreter = em.Interpreter(globals=self.job.__dict__.copy())
176176

177177
self.installation_files[os.path.join(self.root, "lib/systemd/system", self.job.name + ".service")] = {

0 commit comments

Comments
 (0)