]> git.xonotic.org Git - xonotic/xonstat.git/commitdiff
No longer require T records for metadata.
authorantzucaro <azucaro@gmail.com>
Mon, 19 Aug 2013 19:28:28 +0000 (15:28 -0400)
committerantzucaro <azucaro@gmail.com>
Mon, 19 Aug 2013 19:28:28 +0000 (15:28 -0400)
xonstat/views/submission.py

index 7442c80f086025c914fe7ae309fcb06b5bc603cd..b304085d9d57f7f66f28ae94813eb1b1872cfba4 100644 (file)
@@ -256,8 +256,7 @@ def has_required_metadata(metadata):
     """\r
     flg_has_req_metadata = True\r
 \r
-    if 'T' not in metadata or\\r
-        'G' not in metadata or\\r
+    if 'G' not in metadata or\\r
         'M' not in metadata or\\r
         'I' not in metadata or\\r
         'S' not in metadata:\r