[desigle commit] r37 - fixed issue #7

2 views
Skip to first unread message

codesite...@google.com

unread,
Apr 20, 2009, 5:19:36 PM4/20/09
to desigle...@googlegroups.com
Author: pub...@kered.org
Date: Mon Apr 20 14:14:33 2009
New Revision: 37

Modified:
trunk/desigle.py

Log:
fixed issue #7


Modified: trunk/desigle.py
==============================================================================
--- trunk/desigle.py (original)
+++ trunk/desigle.py Mon Apr 20 14:14:33 2009
@@ -694,6 +694,8 @@
for fname in local_files:
if fname.rfind('.')>0:
fname_base = fname[:fname.rfind('.')]
+ else:
+ fname_base = ''
if fname in include_files or fname_base in include_files:
#print fname, os.path.join('/','tmp', fname)
os.popen('ln -sf "%s" /tmp/' % os.path.join(DOC_DIR,
fname) ).close()

Reply all
Reply to author
Forward
0 new messages