Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
00c28e28
Commit
00c28e28
authored
Aug 11, 2012
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
formatting
parent
75bbd731
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
Makefile
+2
-2
lib/ansible/color.py
+8
-8
No files found.
Makefile
View file @
00c28e28
...
...
@@ -71,8 +71,8 @@ pep8:
@
echo
"#############################################"
@
echo
"# Running PEP8 Compliance Tests"
@
echo
"#############################################"
-
pep8
-r
--ignore
=
E501,E221,W291,W391,E302,E251,E203,W293,E231,E303,E201,E225,E261 lib/ bin/
-
pep8
-r
--ignore
=
E501,E221,W291,W391,E302,E251,E203,W293,E231,E303,E201,E225,E261
--filename
"*"
library/
-
pep8
-r
--ignore
=
E501,E221,W291,W391,E302,E251,E203,W293,E231,E303,E201,E225,E261
,E241
lib/ bin/
-
pep8
-r
--ignore
=
E501,E221,W291,W391,E302,E251,E203,W293,E231,E303,E201,E225,E261
,E241
--filename
"*"
library/
pyflakes
:
pyflakes lib/ansible/
*
.py bin/
*
...
...
lib/ansible/color.py
View file @
00c28e28
...
...
@@ -36,14 +36,14 @@ if not sys.stdout.isatty():
# http://nezzen.net/2008/06/23/colored-text-in-python-using-ansi-escape-sequences/
codeCodes
=
{
'black'
:
'0;30'
,
'bright gray'
:
'0;37'
,
'blue'
:
'0;34'
,
'white'
:
'1;37'
,
'green'
:
'0;32'
,
'bright blue'
:
'1;34'
,
'cyan'
:
'0;36'
,
'bright green'
:
'1;32'
,
'red'
:
'0;31'
,
'bright cyan'
:
'1;36'
,
'purple'
:
'0;35'
,
'bright red'
:
'1;31'
,
'yellow'
:
'0;33'
,
'bright purple'
:
'1;35'
,
'dark gray'
:
'1;30'
,
'bright yellow'
:
'1;33'
,
'black'
:
'0;30'
,
'bright gray'
:
'0;37'
,
'blue'
:
'0;34'
,
'white'
:
'1;37'
,
'green'
:
'0;32'
,
'bright blue'
:
'1;34'
,
'cyan'
:
'0;36'
,
'bright green'
:
'1;32'
,
'red'
:
'0;31'
,
'bright cyan'
:
'1;36'
,
'purple'
:
'0;35'
,
'bright red'
:
'1;31'
,
'yellow'
:
'0;33'
,
'bright purple'
:
'1;35'
,
'dark gray'
:
'1;30'
,
'bright yellow'
:
'1;33'
,
'normal'
:
'0'
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment