|
|
@ -15,7 +15,7 @@ try: |
|
|
|
import {{ cookiecutter.directory_name }} |
|
|
|
import {{ cookiecutter.directory_name }} |
|
|
|
print('ERROR: %s is an existing Python module!' % module_name) |
|
|
|
print('ERROR: %s is an existing Python module!' % module_name) |
|
|
|
sys.exit(2) |
|
|
|
sys.exit(2) |
|
|
|
except ModuleNotFoundError: |
|
|
|
except ImportError: |
|
|
|
pass |
|
|
|
pass |
|
|
|
|
|
|
|
|
|
|
|
wiki_path = Path(MOIN_PATH) / module_name |
|
|
|
wiki_path = Path(MOIN_PATH) / module_name |
|
|
|