mirror of
https://github.com/google/pebble.git
synced 2025-11-16 04:20:56 -05:00
spelling: explicitly
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user