Show More
@@ -85,7 +85,7 b' class monotone_source(common.converter_s' | |||
|
85 | 85 | return self.mtnrunsingle(*args, **kwargs) |
|
86 | 86 | |
|
87 | 87 | def mtnrunsingle(self, *args, **kwargs): |
|
88 | kwargs['d'] = self.path | |
|
88 | kwargs[r'd'] = self.path | |
|
89 | 89 | return self.run0('automate', *args, **kwargs) |
|
90 | 90 | |
|
91 | 91 | def mtnrunstdio(self, *args, **kwargs): |
General Comments 0
You need to be logged in to leave comments.
Login now