X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=system%2FSubstrate.py;h=3eb57f88dcd45867d8fafe59f32143cf2cafd834;hb=4e153372313733ec80c5f5ff727b716e8b98a3bb;hp=a6d02e2e1e3e2f69ddfe0f3a24787dc91dae73f4;hpb=6f9cfa7ae380b6582f2ef85b39d01399093baf11;p=tests.git diff --git a/system/Substrate.py b/system/Substrate.py index a6d02e2..3eb57f8 100644 --- a/system/Substrate.py +++ b/system/Substrate.py @@ -145,8 +145,8 @@ class PoolItem: def char (self): if self.status == None: return '?' - elif self.status == 'busy': return '+' - elif self.status == 'free': return '-' + elif self.status == 'busy': return '*' + elif self.status == 'free': return '.' elif self.status == 'mine': return 'M' elif self.status == 'starting': return 'S'