Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
U
utils
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ammsml
utils
Commits
3d64adf0
Commit
3d64adf0
authored
5 years ago
by
Christof Schulze
Browse files
Options
Downloads
Patches
Plain Diff
README added
parent
cd54d0ae
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+2
-0
2 additions, 0 deletions
README.md
color.py
+3
-2
3 additions, 2 deletions
color.py
with
5 additions
and
2 deletions
README.md
0 → 100644
+
2
−
0
View file @
3d64adf0
# Utilities collection
## (part of Ammsml.core)
\ No newline at end of file
This diff is collapsed.
Click to expand it.
color.py
+
3
−
2
View file @
3d64adf0
...
...
@@ -38,8 +38,9 @@ else:
# curses returns an error (e.g. could not find terminal)
IS_COLOR
=
False
if
C
.
IS_FORCE_COLOR
:
IS_COLOR
=
True
# TODO implement some Config entry for Color
# if C.IS_FORCE_COLOR:
# IS_COLOR = True
# --- begin "pretty"
#
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment