WuLing commited on
Commit
e62eff8
1 Parent(s): 925ed3e

Delete patch/styles2.patch

Browse files
Files changed (1) hide show
  1. patch/styles2.patch +0 -10
patch/styles2.patch DELETED
@@ -1,10 +0,0 @@
1
- --- styles.py 2023-03-21 14:53:01.759005946 +0000
2
- +++ styles_fix.py 2023-03-21 14:52:01.634736815 +0000
3
- @@ -83,5 +83,5 @@
4
-
5
- # Always keep a backup file around
6
- if os.path.exists(path):
7
- - shutil.move(path, path + ".bak")
8
- - shutil.move(temp_path, path)
9
- + shutil.copy2(path, path + ".bak")
10
- + shutil.copy2(temp_path, path)