Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
tempest
/
5b98592b9abfed4f4e4e2f07b4fc1b0c19713b6a
/
.
/
tools
/
format.sh
blob: adffb8cc64a129fed17ac226346012e9345e80b1 [
file
] [
log
] [
blame
]
#!/bin/bash
cd $
(
dirname
"$(readlink -f "
$0
")"
)
autopep8
--
exit
-
code
--
max
-
line
-
length
=
79
--
experimental
--
in
-
place
-
r
../
tempest
../
setup
.
py
&&
echo
Formatting
was not needed
.
>&
2