mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-22 18:22:11 +01:00
DO NOT MERGE: Intentionally fail the coding style check
This commit is contained in:
parent
78b63da382
commit
0389503a62
@ -18,7 +18,7 @@ from pathlib import Path
|
|||||||
|
|
||||||
def main():
|
def main():
|
||||||
parser = argparse.ArgumentParser()
|
parser = argparse.ArgumentParser()
|
||||||
parser.add_argument("builddir", type=Path, nargs="?", default=".")
|
parser.add_argument("builddir", type=Path, nargs="?", default='.')
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
||||||
print("# TAP version 13")
|
print("# TAP version 13")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user