We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c5afce commit 28c08ddCopy full SHA for 28c08dd
utils/des_logo.py
@@ -13,7 +13,7 @@ def print_deslogo():
13
L.append(c("\\\\","red")+" \ . / "+c("//","red")+" ")
14
L.append(c(" \\\\","red")+" \_____/ "+c("//","red")+" ")
15
L.append(c(" \\\\_______//","red")+" DARK ENERGY SURVEY")
16
- last=c(""" `"""+u"\u203E"*7+"""` ""","red") +" DATA MANAGEMENT"
+ last=c(""" `"""+u"\u203E"*7+u"\u00B4","red") +" DATA MANAGEMENT"
17
L.append(last)
18
19
print
0 commit comments