Merge branch 'distutils' of git.covalent.cz:overwatch/over into distutils
This commit is contained in:
commit
b967fc12fb
1 changed files with 3 additions and 0 deletions
|
@ -497,6 +497,9 @@ class Main:
|
||||||
for raw_value in option._raw_value_list:
|
for raw_value in option._raw_value_list:
|
||||||
tokens.append("<W>--<g>%s<.> <M>%s<.>" %(option.name, cmd.format_invocation(str(x) for x in raw_value)))
|
tokens.append("<W>--<g>%s<.> <M>%s<.>" %(option.name, cmd.format_invocation(str(x) for x in raw_value)))
|
||||||
|
|
||||||
|
for target in self.targets:
|
||||||
|
tokens.append(target)
|
||||||
|
|
||||||
self.print(" ".join(tokens), format="<t>")
|
self.print(" ".join(tokens), format="<t>")
|
||||||
|
|
||||||
def activate_debug(self):
|
def activate_debug(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue