| commit | c75dbab2f9bc8966d3b44c7d1b1f46d649386f32 | [log] [tgz] |
|---|---|---|
| author | Jukka Jylänki <jujjyl@gmail.com> | Wed Aug 27 21:02:52 2025 +0300 |
| committer | Jukka Jylänki <jujjyl@gmail.com> | Wed Aug 27 21:02:52 2025 +0300 |
| tree | ac256f9a7fc326147caeaf0c97272b4ba6f468a2 | |
| parent | 209904de629d37b45980a982397a4fdaed8a9b0e [diff] |
flake
diff --git a/emsdk.py b/emsdk.py index b866604..ea0ada9 100644 --- a/emsdk.py +++ b/emsdk.py
@@ -3107,7 +3107,7 @@ elif cmd == 'update-tags': errlog('`update-tags` is not longer needed. To install the latest tot release just run `install tot`') return 0 - elif cmd == 'activate' or cmd =='deactivate': + elif cmd == 'activate' or cmd == 'deactivate': if arg_permanent: print('Registering active Emscripten environment permanently') print('')