remove debug, ++changes
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
parent
46a0689dfe
commit
200c15c536
2 changed files with 2 additions and 2 deletions
|
@ -7,6 +7,7 @@ Changelog
|
||||||
2.3.1:
|
2.3.1:
|
||||||
* Core: Support relative paths for configuration directories
|
* Core: Support relative paths for configuration directories
|
||||||
* Core: Code cleanup (removed context class, added log class)
|
* Core: Code cleanup (removed context class, added log class)
|
||||||
|
* Documentation: Add more best practises
|
||||||
* Type __key_value:Fix quoting problem (Steven Armstrong)
|
* Type __key_value:Fix quoting problem (Steven Armstrong)
|
||||||
|
|
||||||
2.3.0: 2013-08-12
|
2.3.0: 2013-08-12
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
#
|
#
|
||||||
# 2010-2012 Nico Schottelius (nico-cdist at schottelius.org)
|
# 2010-2013 Nico Schottelius (nico-cdist at schottelius.org)
|
||||||
#
|
#
|
||||||
# This file is part of cdist.
|
# This file is part of cdist.
|
||||||
#
|
#
|
||||||
|
@ -178,5 +178,4 @@ if __name__ == "__main__":
|
||||||
log.error(e)
|
log.error(e)
|
||||||
exit_code = 1
|
exit_code = 1
|
||||||
|
|
||||||
# print("ok2 %s" % exit_code)
|
|
||||||
sys.exit(exit_code)
|
sys.exit(exit_code)
|
||||||
|
|
Loading…
Reference in a new issue