bugFree Software Directory - Bugs: bug #53086, Error on second run of doall.sh

 
 

bug #53086: Error on second run of doall.sh

Submitter:  David Seaward <d3vid>
Submitted:  Wed 07 Feb 2018 11:46:51 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 07 Feb 2018 11:46:51 AM UTC, original submission:  

Steps to reproduce:

1. Run ./doall.sh
2. Run ./doall.sh again

What should happen:

  • Any new files are downloaded
  • Reports success


What happens instead:

  • New file are downloaded (correct)
  • End with an error (below)


Error message:

```
./doall.sh: line 49: /usr/bin/python: Argument list too long
./doall.sh: line 50: /usr/bin/python: Argument list too long
Traceback (most recent call last):
  File "export.py", line 415, in <module>
    main()
  File "export.py", line 398, in main
    data = PkgData()
  File "export.py", line 59, in _init_
    self.cpf = cp_store['cp_files']
  File "/usr/lib/python2.7/dist-packages/pandas/io/pytables.py", line 479, in _getitem_
    return self.get(key)
  File "/usr/lib/python2.7/dist-packages/pandas/io/pytables.py", line 695, in get
    raise KeyError('No object named %s in the file' % key)
KeyError: 'No object named cp_files in the file'
Closing remaining open files:cp.h5...done
```

David Seaward <d3vid>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by iank (Updated the item)
  • -email is unavailable- added by d3vid (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2018-09-19 iank Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code