Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e3fc5e8

Browse files
committed
add Python3.7 compatibility
1 parent b8de2fb commit e3fc5e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reclass/storage/yaml_git/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def path_mangler(inventory_base_uri, nodes_uri, classes_uri):
4242
return nodes_uri, classes_uri
4343

4444

45-
GitMD = collections.namedtuple('GitMD', ['name', 'path', 'id'], verbose=False, rename=False)
45+
GitMD = collections.namedtuple('GitMD', ['name', 'path', 'id'], rename=False)
4646

4747

4848
class GitURI(object):

0 commit comments

Comments
 (0)