diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2009-03-16 01:32:32 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2009-03-16 01:32:32 +0000 |
commit | 3e82d2a31acd4a30211ac51b2d80d7d00b1bda57 (patch) | |
tree | af4e4345cc01220fc894f2c18100ef665d825309 /src/sbin | |
parent | 3794452bc947dd448999d1e6bcb3476497113090 (diff) | |
download | bcfg2-3e82d2a31acd4a30211ac51b2d80d7d00b1bda57.tar.gz bcfg2-3e82d2a31acd4a30211ac51b2d80d7d00b1bda57.tar.bz2 bcfg2-3e82d2a31acd4a30211ac51b2d80d7d00b1bda57.zip |
bcfg2-info: Remove hardcoded profiling option
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5120 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/sbin')
-rwxr-xr-x | src/sbin/bcfg2-info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sbin/bcfg2-info b/src/sbin/bcfg2-info index 594327016..42eeb73fb 100755 --- a/src/sbin/bcfg2-info +++ b/src/sbin/bcfg2-info @@ -321,7 +321,7 @@ if __name__ == '__main__': prof = hotshot.Profile(setup['profile']) try: prof.runcall(main, setup['repo'], setup['plugins'], setup['password'], - setup['encoding'], '-d' in sys.argv, ['exit']) + setup['encoding'], '-d' in sys.argv, []) except SystemExit: stats = hotshot.stats.load(setup['profile']) stats.strip_dirs() |