From 3e82d2a31acd4a30211ac51b2d80d7d00b1bda57 Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Mon, 16 Mar 2009 01:32:32 +0000 Subject: bcfg2-info: Remove hardcoded profiling option git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5120 ce84e21b-d406-0410-9b95-82705330c041 --- src/sbin/bcfg2-info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- cgit v1.2.3-1-g7c22