Do not commit when creating .orig

This commit is contained in:
Clint Byrum 2013-06-28 08:33:04 -07:00
parent f6de46c259
commit bfec47c769
1 changed files with 0 additions and 1 deletions

View File

@ -63,7 +63,6 @@ def cache(name, content):
new.flush()
if not os.path.exists(orig_path):
shutil.copy(new.name, orig_path)
shutil.copy(new.name, last_path)
changed = True
os.rename(new.name, dest_path)