NASA-PDS / deep-archive

PDS Open Archival Information System (OAIS) utilities, including Submission Information Package (SIP) and Archive Information Package (AIP) generators
https://nasa-pds.github.io/deep-archive/
Other
7 stars 4 forks source link

Resolve #85 #86

Closed nutjob4life closed 3 years ago

nutjob4life commented 3 years ago

📜 Summary

Resolve #85 by turning the bundle base path from \ to / before applying it to generated URLs.

🩺 Test Data and/or Report

Running tests at level 1
Running zope.testrunner.layer.UnitTests tests:
  Set up zope.testrunner.layer.UnitTests in 0.000 seconds.
  Running:
    10/13 (76.9%) test_logging_arguments (pds.aipgen.tests.test_utils.ArgumentTestCase)usage: 

  Ran 13 tests with 0 failures, 0 errors, 0 skipped in 0.714 seconds.
Tearing down left over layers:
  Tear down zope.testrunner.layer.UnitTests in 0.000 seconds.

🧩 Related Issues