diff options
| author | Michael E Brown <michael_e_brown@dell.com> | 2007-12-12 16:38:14 -0600 |
|---|---|---|
| committer | Michael E Brown <michael_e_brown@dell.com> | 2007-12-12 16:38:14 -0600 |
| commit | 2e47f7a55091ddbcf7a2b883738ddf70aed4c2b5 (patch) | |
| tree | fdbcc36b40c22e7a4e9bb86c6972e74fa790e657 | |
| parent | 7e35a8aa542afcdc2f1ea7a69bd435e75bd9c40c (diff) | |
remove trailing whitespace.
| -rwxr-xr-x | py/mock.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -442,7 +442,7 @@ def main(ret): # cmdline options override config options set_config_opts_per_cmdline(config_opts, options, args) - + # elevate privs uidManager._becomeUser(0, 0) @@ -517,7 +517,7 @@ def main(ret): chroot.tryLockBuildRoot() chroot.yumInstall(*args) - + elif options.mode == 'update': chroot.yumUpdate() |
