mirror of
https://github.com/serty2005/rmser.git
synced 2026-02-04 19:02:33 -06:00
2501-готовлюсь к mainteance
This commit is contained in:
@@ -25,7 +25,8 @@ IGNORE_LIST = [
|
||||
"ftp_cache",
|
||||
"ocr-service",
|
||||
"rmser-view",
|
||||
"temp"
|
||||
"temp",
|
||||
"pack_go_files.py"
|
||||
]
|
||||
|
||||
|
||||
@@ -134,7 +135,7 @@ def write_to_py(files, tree_str, output_file):
|
||||
|
||||
def main():
|
||||
root_dir = "."
|
||||
output_file = "project_dump.py"
|
||||
output_file = "go_backend_dump.py"
|
||||
|
||||
if len(sys.argv) > 1:
|
||||
output_file = sys.argv[1]
|
||||
|
||||
Reference in New Issue
Block a user