Justin McWilliams c7d2f2a9b0 Change utils.runExternalScript() script_args default from an empty list to an empty tuple.
Default arguments are evaluated once at module load time. This may cause problems if the argument is a mutable object such as a list or a dictionary. If the mutable object is changed within the function, those changes will persist to subsequent calls of the function. This wasn't a problem for runExternalScript yet, since the default arg is not changed within the function, but we might as well fix it to protect against potential future bugs.
2012-01-19 11:29:23 -05:00
2010-03-03 18:35:57 +00:00
2011-09-14 15:40:25 -07:00
Description
Managed software installation for macOS —
62 MiB
Languages
Swift 54.9%
Python 36.9%
Shell 3.6%
CSS 2.2%
HTML 1%
Other 1.4%