From: Charles Connell Date: Mon, 17 Feb 2014 21:02:29 +0000 (-0500) Subject: Oops X-Git-Tag: release-20150131~148^2~12 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3d447657fc8c4712c9cb9b533da8053f0bf105ca;p=oweals%2Fkarmaworld.git Oops --- diff --git a/karmaworld/settings/common.py b/karmaworld/settings/common.py index 23c6f34..8993be6 100644 --- a/karmaworld/settings/common.py +++ b/karmaworld/settings/common.py @@ -372,7 +372,6 @@ TAGGIT_STOPWORDS = [u'a', u'an', u'and', u'be', u'from', u'of'] ########## END TAGGIT CONFIGURATION ########## TESTING CONFIGURATION -if 'test' in sys.argv: - TESTING = True +TESTING = 'test' in sys.argv ########## END TESTING CONFIGURATION