Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8de2fb commit e3fc5e8Copy full SHA for e3fc5e8
reclass/storage/yaml_git/__init__.py
@@ -42,7 +42,7 @@ def path_mangler(inventory_base_uri, nodes_uri, classes_uri):
42
return nodes_uri, classes_uri
43
44
45
-GitMD = collections.namedtuple('GitMD', ['name', 'path', 'id'], verbose=False, rename=False)
+GitMD = collections.namedtuple('GitMD', ['name', 'path', 'id'], rename=False)
46
47
48
class GitURI(object):
0 commit comments