Removed space for pylint

This commit is contained in:
David Murphy 2017-02-08 12:42:14 -07:00
parent 8fa0ffa427
commit a8a519c493

View file

@ -75,7 +75,7 @@ def usage(args=None):
return {}
if __grains__['kernel'] == 'Linux':
cmd = 'df -P'
elif __grains__['kernel'] == 'OpenBSD' or __grains__['kernel'] == 'AIX':
elif __grains__['kernel'] == 'OpenBSD' or __grains__['kernel'] == 'AIX':
cmd = 'df -kP'
else:
cmd = 'df'