Skip to content
Snippets Groups Projects
Commit 1cb990de authored by Nick Kralevich's avatar Nick Kralevich Committed by Gerrit Code Review
Browse files

Merge "Remove errant newline from generated policy file."

parents 238a654f 3ea628fc
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ def add_leftover_certs(args):
# Inline replace with new policy stanzas
for line in fileinput.input(args.policy, inplace=True):
print line.replace('</policy>', mac_perms_string)
sys.stdout.write(line.replace('</policy>', mac_perms_string))
def main(argv):
parser = argparse.ArgumentParser(description=__doc__)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment