We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0d5f7c commit edd21b4Copy full SHA for edd21b4
sync_previous_module.py
@@ -1,10 +1,13 @@
1
"""
2
Description:
3
-Make sure that both the new and old module files are in same directory!
+Note: Make sure that both the new and old module files are in same directory!
4
+
5
This script helps you sync your previous module works with current modules.
6
It takes 2 arguments, source_dir_name and destination_dir_name.
7
All the files which will be moved are specified in files_to_sync.txt as newline separated strings
8
9
Usage: python sync_previous_module.py <source_dir_name> <dest_dir_name>
10
11
Ex: python sync_previous_module.py mle-module-0-sauravpanda24 mle-module-1-sauravpanda24
12
13
import os
0 commit comments