1
0
Fork 0

powertop2tuned: fixed dead whitespaces

This commit is contained in:
Jaroslav Škarvada 2012-12-04 17:26:24 +01:00
parent bfe4499580
commit 88270095c5

View file

@ -280,7 +280,7 @@ if __name__ == "__main__":
sys.exit(-1)
if not args['output']:
args['output'] = "/etc/tuned"
args['output'] = "/etc/tuned"
if args['profile']:
args['output'] = os.path.join(args['output'], args['profile'])