Open rhaas80 opened 1 year ago
all runnable scripts sould have a #!/usr/bin/python3 header and have the execute bit x set. All files that are modules only should not have that header and should not have the x bit set. Currently (9e6a46337e) at least regenerate.py violates this.
#!/usr/bin/python3
x
regenerate.py
all runnable scripts sould have a
#!/usr/bin/python3
header and have the execute bitx
set. All files that are modules only should not have that header and should not have thex
bit set. Currently (9e6a46337e) at leastregenerate.py
violates this.