#48271 Fix for self.prefix being none when SER_DEPLOYED_DIR is none
Closed: wontfix None Opened 8 years ago by firstyear.

If SER_DEPLOYED_DIR is explicitly set to None, args.get(SER_DEPLOYED_DIR, self.prefix) is overwritten to None. This can cause tests in 389ds and lib389 to fail immediately.

The .get method is only as a fall back if args doesn't contain the key, so this covers the case where SER_DEPLOYED_DIR is set incorrectly to None.


43eeafc..8c5376d master -> master
commit 8c5376d738ede5744f54f599573542ea9f43e23d
Author: William Brown william@blackhats.net.au
Date: Sat Sep 5 15:28:03 2015 +0930

Metadata Update from @firstyear:
- Issue set to the milestone: CI test 1.0

7 years ago

389-ds-base is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in 389-ds-base's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/389ds/389-ds-base/issues/1602

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Metadata Update from @spichugi:
- Issue close_status updated to: wontfix (was: Fixed)

3 years ago

Login to comment on this ticket.

Metadata