Skip to content

Commit

Permalink
Update Design.py
Browse files Browse the repository at this point in the history
  • Loading branch information
R̭̮̗̯̳̯̜̳̱̰̮͍̯̯̲̝̥̔ͯ͆̆͌̈͌̽͒̿ͯͤ͂̚ͅͅė̥̜̗͉̦̰͈̺̟̻̦̔ͬͧ̍ͣ̉̚d̦̦̯̩̠̗͔̜̼̬̏ͫ̌̓́ͦ̆̋̅ͯ̌͆͂͑̊̑̄̊T̖̱͕̬̬͈̹̏̆ͮ̽́ͫ̎oor authored Dec 31, 2016
1 parent 3e5464d commit 7aa8261
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions core/Design.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,11 @@ def pkey(self,msg):

class DESIGN:

def Line(self,CodeName,Description):print colors[0]+" |"+colors[1]+"="+colors[0]+"|:| "+colors[7]+CodeName+colors[0]+"\t\t"+Description

def Line(self,CodeName,Description):
appent_tab = ""
if len(CodeName) < 14 : appent_tab = "\t"
print colors[0]+" "+colors[7]+CodeName+colors[0]+appent_tab+"\t\t"+Description

def option(self,lot):
more=""
if lot == True : more = "["+colors[1]+"+"+colors[0]+"]"
Expand Down

0 comments on commit 7aa8261

Please sign in to comment.