Skip to content

Commit bcb83d0

Browse files
author
Roland Hedberg
committed
No default for path to xmlsec1.
1 parent b4a05a3 commit bcb83d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/saml2/metadata.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ def metadata_tostring_fix(desc, nspair):
5454
return xmlstring
5555

5656

57-
def create_metadata_string(configfile, config, valid, cert, keyfile, id, name, sign):
57+
def create_metadata_string(configfile, config, valid, cert, keyfile, id, name,
58+
sign):
5859
valid_for = 0
5960
nspair = {"xs": "http://www.w3.org/2001/XMLSchema"}
60-
paths = [".", "/opt/local/bin"]
61+
#paths = [".", "/opt/local/bin"]
6162

6263
if valid:
63-
valid_for = int(valid) #Hours
64-
64+
valid_for = int(valid) # Hours
6565

6666
eds = []
6767
if config is not None:

0 commit comments

Comments
 (0)