boxidau / rax-autoscaler

Apache License 2.0
5 stars 2 forks source link

Indentation errors #28

Closed boxidau closed 9 years ago

boxidau commented 9 years ago

Indentation is 2 spaces per level, no tab characters are to be used

@@ -160,18 +164,18 @@ if __name__ == '__main__':
   logger = logging.getLogger(__name__)

   for arg in args:
-        if arg == 'cluster':
-               if args[arg] == True:
-                       logger.debug('argument provided by user ' + arg + ' : ' + 'True')
-       else:
-               if args[arg] != None:
-                               logger.debug('argument provided by user ' + arg + ' : ' + args[arg])
-