| Index: sitescripts/extensions/bin/createNightlies.py |
| =================================================================== |
| --- a/sitescripts/extensions/bin/createNightlies.py |
| +++ b/sitescripts/extensions/bin/createNightlies.py |
| @@ -132,7 +132,7 @@ |
| Create a repository copy in a temporary directory |
| """ |
| self.tempdir = tempfile.mkdtemp(prefix=self.config.repositoryName) |
| - command = ['hg', 'clone', '-q', self.config.repository, '-u', |
| + command = ['hg', 'clone', '-q', self.config.repository, '-u', |
|
Sebastian Noack
2017/10/09 01:56:17
For some reason flake8 didn't detect this redundan
Vasily Kuznetsov
2017/10/09 20:39:47
This is really strange... how are we supposed to t
Sebastian Noack
2017/10/10 22:01:48
I figured out what is going on here. This wasn't r
|
| self.config.revision, self.tempdir] |
| subprocess.check_call(command) |