feat: adding a folder to put temporary insert.sql files.

This commit is contained in:
damien DELPY 2024-11-25 21:02:12 +01:00
parent d1a96c2dff
commit bbbdd72347
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

View File

View File

@ -418,7 +418,7 @@ tablesDict : dict = {
############################################################################### ###############################################################################
def give_path_file(nameTable : str) -> str: def give_path_file(nameTable : str) -> str:
repertory : str = "build/" repertory : str = ".data/"
return repertory + nameTable + ".data" return repertory + nameTable + ".data"
############################################################################### ###############################################################################