aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsrc/lib/sos/policyredhat.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/sos/policyredhat.py b/src/lib/sos/policyredhat.py
index c85d03c9..f5582356 100755
--- a/src/lib/sos/policyredhat.py
+++ b/src/lib/sos/policyredhat.py
@@ -96,12 +96,12 @@ class SosPolicy:
tarcmd = "/bin/tar -jcf %s %s" % (tarballName, namestr)
- print "Creating tar file . . ."
+ print "Creating tar file..."
if not os.access(string.split(tarcmd)[0], os.X_OK):
print "Unable to create tarball"
return
- # gotta be a better way . . .
+ # gotta be a better way...
os.system("/bin/mv %s %s" % (self.cInfo['dstroot'], aliasdir))
curwd = os.getcwd()
os.chdir(ourtempdir)