Skip to content

Commit edd21b4

Browse files
committed
Script to sync previous work
1 parent c0d5f7c commit edd21b4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

sync_previous_module.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
"""
22
Description:
3-
Make sure that both the new and old module files are in same directory!
3+
Note: Make sure that both the new and old module files are in same directory!
4+
45
This script helps you sync your previous module works with current modules.
56
It takes 2 arguments, source_dir_name and destination_dir_name.
67
All the files which will be moved are specified in files_to_sync.txt as newline separated strings
8+
79
Usage: python sync_previous_module.py <source_dir_name> <dest_dir_name>
10+
811
Ex: python sync_previous_module.py mle-module-0-sauravpanda24 mle-module-1-sauravpanda24
912
"""
1013
import os

0 commit comments

Comments
 (0)