[Checkins] 
	SVN: Sandbox/ulif/grok-reference-with-rest3/doc/build/grokdocs.py
	Fix indentation.
    Uli Fouquet 
    uli at gnufix.de
       
    Tue Feb 26 07:32:10 EST 2008
    
    
  
Log message for revision 84265:
  Fix indentation.
Changed:
  U   Sandbox/ulif/grok-reference-with-rest3/doc/build/grokdocs.py
-=-
Modified: Sandbox/ulif/grok-reference-with-rest3/doc/build/grokdocs.py
===================================================================
--- Sandbox/ulif/grok-reference-with-rest3/doc/build/grokdocs.py	2008-02-26 12:29:07 UTC (rev 84264)
+++ Sandbox/ulif/grok-reference-with-rest3/doc/build/grokdocs.py	2008-02-26 12:32:10 UTC (rev 84265)
@@ -174,9 +174,9 @@
                     self.body.append(r'%s' % node.astext())
                 raise nodes.SkipNode
             LaTeXTranslator.visit_raw = visit_raw
-        if os.path.isdir(argv[-1]):
-            copyfile(os.path.join(HERE, 'texinputs', 'fncychap.sty'),
-                     os.path.join(argv[-1], 'fncychap.sty'))
+            if os.path.isdir(argv[-1]):
+                copyfile(os.path.join(HERE, 'texinputs', 'fncychap.sty'),
+                         os.path.join(argv[-1], 'fncychap.sty'))
                  
 
     print "Source directory is: ", argv[-2]
    
    
More information about the Checkins
mailing list