[The method of getting file name and file path for the reimport test file](https://github.com/spacetelescope/pandokia/blob/5060a78d6892f32f922e02fc985dcb822c801390/pandokia/import_data.py#L507) does not how jwst local test results are imported. Example: ``` + ssh svc_etc@plglitch 'etcenv; pdk import -' + cat /eng/etc/test/pdk_logs/PDK_LOG.dljwetcv3.master.0 FILE: - ``` It gets filename as `-` instead of `PDK_LOG.dljwetcv3.master.0` since it does `pdk import -` So it will produce the reimport test file, namely, `reimport_tests_-.txt` in the home directory of svc_etc account, which is not intended. Reference: https://github.com/spacetelescope/pandeia/issues/4411#issuecomment-460263544
The method of getting file name and file path for the reimport test file does not how jwst local test results are imported.
Example:
It gets filename as
-instead ofPDK_LOG.dljwetcv3.master.0since it doespdk import -So it will produce the reimport test file, namely,
reimport_tests_-.txtin the home directory of svc_etc account, which is not intended.Reference: https://github.com/spacetelescope/pandeia/issues/4411#issuecomment-460263544