From: Oleg Broytman Date: Sun, 4 Oct 2009 14:34:00 +0000 (+0000) Subject: chmod all files. X-Git-Url: https://git.phdru.name/?p=phdru.name%2Fphdru.name.git;a=commitdiff_plain;h=d840806118bfcdfa393cf53f8b9406d2246f5d6e chmod all files. git-svn-id: file:///home/phd/archive/SVN/phdru.name/scripts@90 7bb0bf08-9e0d-0410-b083-99cee3bf18b8 --- diff --git a/dotfiles2html/dotfiles2html.py b/dotfiles2html/dotfiles2html.py index a00918b..160b2a5 100755 --- a/dotfiles2html/dotfiles2html.py +++ b/dotfiles2html/dotfiles2html.py @@ -82,4 +82,4 @@ for i, (fname, ftype) in enumerate(file_types): os.rename(fname + ".html", fname + ".tmpl") if fname == 'vimrc' and os.path.exists('.' + fname): shutil.copy2('.' + fname, fname) - os.chmod(fname, 0644) + os.chmod(fname, 0644)