jkonoch

entry helper output

Oct 28th, 2021 (edited)
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.57 KB | None | 0 0
  1. "path\program.py"
  2. Weight:  
  3. ->  9999
  4. Carrier Selection - (Type one of the following:
  5. ['dayton', 'central t', 'fedex freight ltl priority', 'taxa', 'roadrunner']
  6. Carrier:  
  7. ->  central t
  8. SCAC or "Carrier Name":  ctii
  9. Bill of Lading #:  
  10. ->  0000000000
  11. Pro #:  
  12. ->  123456789
  13. Ship date MM/DD/YYYY format
  14. ->  10/27/2021
  15. Traceback (most recent call last):
  16.   File "path\program.py", line 99, in <module>
  17.     entry_to_header()
  18.   File "path\program.py", line 64, in entry_to_header
  19.     pag.write(order_info['weight'])
  20. KeyError: 'weight'
  21.  
  22. Process finished with exit code 1
Add Comment
Please, Sign In to add comment