Guest User

Untitled

a guest
Jul 6th, 2018
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1.  
  2. Delivered-To: diabeteman@gmail.com
  3. Received: by 10.152.22.1 with SMTP id z1csp56939lae;
  4. Tue, 13 Mar 2012 13:16:08 -0700 (PDT)
  5. Received: by 10.216.205.93 with SMTP id i71mr10230196weo.51.1331669768113;
  6. Tue, 13 Mar 2012 13:16:08 -0700 (PDT)
  7. Return-Path: <>
  8. Received: from ks388952.kimsufi.com (ks388952.kimsufi.com. [176.31.96.13])
  9. by mx.google.com with ESMTP id z2si21124930wiw.30.2012.03.13.13.16.07;
  10. Tue, 13 Mar 2012 13:16:08 -0700 (PDT)
  11. Received-SPF: pass (google.com: best guess record for domain of ks388952.kimsufi.com designates 176.31.96.13 as permitted sender) client-ip=176.31.96.13;
  12. Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of ks388952.kimsufi.com designates 176.31.96.13 as permitted sender) smtp.mail=
  13. Received: from ks388952.kimsufi.com (localhost [127.0.0.1])
  14. by ks388952.kimsufi.com (Postfix) with ESMTP id 971FE208089
  15. for <diabeteman@gmail.com>; Tue, 13 Mar 2012 21:16:07 +0100 (CET)
  16. Content-Type: text/plain; charset="utf-8"
  17. MIME-Version: 1.0
  18. Content-Transfer-Encoding: quoted-printable
  19. Subject: [Django] ERROR:
  20. From:
  21. To: diabeteman@gmail.com
  22. Date: Tue, 13 Mar 2012 20:16:07 -0000
  23. Message-ID: <20120313201607.12548.61459@ks388952.kimsufi.com>
  24.  
  25. Traceback (most recent call last):
  26.  
  27. File "/srv/eve-corp-management/src/ecm/../ecm/apps/scheduler/models.py", =
  28. line 111, in run
  29. func(**args)
  30.  
  31. File "/srv/eve-corp-management/src/ecm/../ecm/plugins/industry/tasks/indu=
  32. stry.py", line 67, in update_production_costs
  33. missing_bps =3D entry.missing_blueprints()
  34.  
  35. File "/srv/eve-corp-management/src/ecm/../ecm/plugins/industry/models/cat=
  36. alog.py", line 55, in missing_blueprints
  37. for bp in self.blueprint.get_involved_blueprints(recurse=3DTrue) | set(=
  38. [self.blueprint]):
  39.  
  40. File "/srv/eve-corp-management/src/ecm/../ecm/apps/eve/models.py", line 2=
  41. 25, in get_involved_blueprints
  42. for mat in self.materials(BlueprintReq.MANUFACTURING):
  43.  
  44. AttributeError: type object 'BlueprintReq' has no attribute 'MANUFACTURING'
  45.  
  46.  
  47. Request repr() unavailable
Add Comment
Please, Sign In to add comment