mirror of
https://github.com/google/pebble.git
synced 2025-05-17 17:04:53 +00:00
spelling: explicitly
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
1f430457c1
commit
f5e9b300f2
4 changed files with 6 additions and 6 deletions
|
@ -66,7 +66,7 @@ def wrap_cprogram_task_class():
|
|||
self.env.env = {}
|
||||
self.env.env.update(os.environ)
|
||||
for key in ['EMCC_DEBUG', 'EMCC_CORES', 'EM_CACHE']:
|
||||
if self.env[key]: # If not explicitely set, empty list is returned
|
||||
if self.env[key]: # If not explicitly set, empty list is returned
|
||||
self.env.env[key] = str(self.env[key])
|
||||
emx_cls.__init__ = init
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue