We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/djpillen/aip-repackaging/blob/73a2354269fa0bcec1f136f6e0c0d7307a118b37/aip_repackaging/repackage_aips.py#L16
A check to see if a package has already been repackaged would help if the repackage_aips.py script breaks for any reason and has to be rerun, e.g.:
repackage_aips.py
if sorted(os.listdir(aip_dir)) == ["metadata.zip", "objects.zip"]: continue
In general, it would be nice to make the AIP repackaging scripts a little more tolerant of being stopped and restarted.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://github.com/djpillen/aip-repackaging/blob/73a2354269fa0bcec1f136f6e0c0d7307a118b37/aip_repackaging/repackage_aips.py#L16
A check to see if a package has already been repackaged would help if the
repackage_aips.py
script breaks for any reason and has to be rerun, e.g.:In general, it would be nice to make the AIP repackaging scripts a little more tolerant of being stopped and restarted.
The text was updated successfully, but these errors were encountered: