Skip to content
New issue

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

Tickets/dm 4171 #6

Merged
merged 2 commits into from Dec 15, 2015
Merged

Tickets/dm 4171 #6

merged 2 commits into from Dec 15, 2015

Conversation

n8pease
Copy link
Contributor

@n8pease n8pease commented Nov 13, 2015

No description provided.

CameraMapper will now look for a policy file in the repository
and use its values. Other values will be filled in from the
policy file in the package (if there is one).
def testDump(self):
pafPolicyPath = os.path.join(os.environ['OBS_TEST_DIR'], 'policy', 'testMapper.paf')
self.assertTrue(os.path.exists(pafPolicyPath))
pexPolicy = pex_policy.Policy_createPolicy(pafPolicyPath)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You shouldn't have to call this SWIG-internal method. I think this should be exposed as pex_policy.Policy.createPolicy, no?

@n8pease n8pease merged commit e01b1dc into master Dec 15, 2015
@ktlim ktlim deleted the tickets/DM-4171 branch August 25, 2018 06:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants