Skip to content

Commit c222384

Browse files
committed
fix: same path for default .compile file
1 parent 9f3f9fd commit c222384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def get_compile_file(self, config):
8282
name[0] = "compile_file1"
8383
return os.path.join(self.cache_path, "-".join(name))
8484
# manual compile_file
85-
return os.path.join(self.root_path, ".compile_file")
85+
return os.path.join(self.root_path, ".compile")
8686

8787
def reinit_compile_info(self):
8888
"""all the compile information may change in background"""

0 commit comments

Comments
 (0)