[csw-devel] SF.net SVN: gar:[12111] csw/mgar/gar/v2/lib/python/package_checks.py

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Wed Dec 29 01:09:44 CET 2010


Revision: 12111
          http://gar.svn.sourceforge.net/gar/?rev=12111&view=rev
Author:   wahwah
Date:     2010-12-29 00:09:44 +0000 (Wed, 29 Dec 2010)

Log Message:
-----------
checkpkg: Eradicate a nest of tabs

Modified Paths:
--------------
    csw/mgar/gar/v2/lib/python/package_checks.py

Modified: csw/mgar/gar/v2/lib/python/package_checks.py
===================================================================
--- csw/mgar/gar/v2/lib/python/package_checks.py	2010-12-29 00:09:13 UTC (rev 12110)
+++ csw/mgar/gar/v2/lib/python/package_checks.py	2010-12-29 00:09:44 UTC (rev 12111)
@@ -1160,11 +1160,11 @@
     if "path" not in pkgmap_entry: continue
     if not pkgmap_entry["path"]: continue
     if pkgmap_entry["type"] == "s":
-    	base_dir = os.path.dirname(pkgmap_entry["path"])
-    	error_mgr.NeedFile(
-    	    base_dir,
+      base_dir = os.path.dirname(pkgmap_entry["path"])
+      error_mgr.NeedFile(
+          base_dir,
           "%s provides a symlink %s which needs a base directory: %s."
-    	    % (pkgname, repr(pkgmap_entry["path"]), repr(base_dir)))
+          % (pkgname, repr(pkgmap_entry["path"]), repr(base_dir)))
 
 
 def CheckSonameMustNotBeEqualToFileNameIfFilenameEndsWithSo(


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list