Skip to content
Extraits de code Groupes Projets
Valider c1aad8d9 rédigé par Benaka Moorthi's avatar Benaka Moorthi
Parcourir les fichiers

Revert debugging change.

parent 94614717
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -809,7 +809,7 @@ class Piwik(object): ...@@ -809,7 +809,7 @@ class Piwik(object):
return json.loads(res) return json.loads(res)
except ValueError: except ValueError:
truncate_after = 300 truncate_after = 300
raise urllib2.URLError('Piwik returned an invalid response: ' + res) raise urllib2.URLError('Piwik returned an invalid response: ' + res[:truncate_after])
@staticmethod @staticmethod
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter