diff options
author | shnavid <shnavid@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2007-03-14 14:17:45 +0000 |
---|---|---|
committer | shnavid <shnavid@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2007-03-14 14:17:45 +0000 |
commit | 84e765e5cbf7fe5121bb8973d99f951277dfd48c (patch) | |
tree | 07f98687d9526e626104667199c578044db6d13a /src/lib | |
parent | 41fe9b2c83d4a60f0ffde819e2eb842d41cc94f2 (diff) | |
download | sos-84e765e5cbf7fe5121bb8973d99f951277dfd48c.tar.gz |
Sorry, those ". . ." are way too ugly.
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@94 ef72aa8b-4018-0410-8976-d6e080ef94d8
Diffstat (limited to 'src/lib')
-rwxr-xr-x | src/lib/sos/policyredhat.py | 4 |
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) |