This commit is contained in:
Bert Belder 2018-08-28 02:00:54 +02:00
parent 4dbe5eabe9
commit 7e3d9f8f2b
No known key found for this signature in database
GPG key ID: 7A77887B2E2ED461
2 changed files with 5 additions and 3 deletions

View file

@ -28,8 +28,7 @@ def main():
def write_lastchange():
run([
sys.executable, "build/util/lastchange.py", "-o",
"build/util/LASTCHANGE", "--source-dir", root_path,
"--filter="
"build/util/LASTCHANGE", "--source-dir", root_path, "--filter="
])