ScriptCollection 3.5.135__py3-none-any.whl → 3.5.136__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- ScriptCollection/ScriptCollectionCore.py +2 -2
- {scriptcollection-3.5.135.dist-info → scriptcollection-3.5.136.dist-info}/METADATA +1 -1
- {scriptcollection-3.5.135.dist-info → scriptcollection-3.5.136.dist-info}/RECORD +6 -6
- {scriptcollection-3.5.135.dist-info → scriptcollection-3.5.136.dist-info}/WHEEL +0 -0
- {scriptcollection-3.5.135.dist-info → scriptcollection-3.5.136.dist-info}/entry_points.txt +0 -0
- {scriptcollection-3.5.135.dist-info → scriptcollection-3.5.136.dist-info}/top_level.txt +0 -0
@@ -33,7 +33,7 @@ from .ProgramRunnerPopen import ProgramRunnerPopen
|
|
33
33
|
from .ProgramRunnerEpew import ProgramRunnerEpew, CustomEpewArgument
|
34
34
|
from .SCLog import SCLog, LogLevel
|
35
35
|
|
36
|
-
version = "3.5.
|
36
|
+
version = "3.5.136"
|
37
37
|
__version__ = version
|
38
38
|
|
39
39
|
|
@@ -714,7 +714,7 @@ class ScriptCollectionCore:
|
|
714
714
|
target_folder:str = repository_folder + ".git"
|
715
715
|
GeneralUtilities.ensure_directory_exists(target_folder)
|
716
716
|
GeneralUtilities.move_content_of_folder(git_folder, target_folder)
|
717
|
-
|
717
|
+
GeneralUtilities.ensure_directory_does_not_exist(repository_folder)
|
718
718
|
self.run_program_argsasarray("git", ["config", "--bool", "core.bare", "true"], target_folder)
|
719
719
|
|
720
720
|
@GeneralUtilities.check_arguments
|
@@ -7,11 +7,11 @@ ScriptCollection/ProgramRunnerBase.py,sha256=2kMIAqdc65UjBAddOZkzy_aFx9h5roZ5a4b
|
|
7
7
|
ScriptCollection/ProgramRunnerEpew.py,sha256=4pjEd0r9Fcz3TTDv0MdTSd5KkigYXcWUVI1X43regfU,6477
|
8
8
|
ScriptCollection/ProgramRunnerPopen.py,sha256=BPY7-ZMIlqT7JOKz8qlB5c0laF2Js-ijzqk09GxZC48,3821
|
9
9
|
ScriptCollection/SCLog.py,sha256=Dd2P8vH2PA830wAv6bchlMHHdGE_7At-F4WQY5w4XdA,4016
|
10
|
-
ScriptCollection/ScriptCollectionCore.py,sha256=
|
10
|
+
ScriptCollection/ScriptCollectionCore.py,sha256=eB87OFsWlhRRfOL7s2iZRZAyZLZa6N7kuJHmcx8F_3M,130661
|
11
11
|
ScriptCollection/TasksForCommonProjectStructure.py,sha256=b3bb3kSHSce3HgaitDyuZdQ82KroU1HFryANBycKo0I,235854
|
12
12
|
ScriptCollection/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
13
|
-
scriptcollection-3.5.
|
14
|
-
scriptcollection-3.5.
|
15
|
-
scriptcollection-3.5.
|
16
|
-
scriptcollection-3.5.
|
17
|
-
scriptcollection-3.5.
|
13
|
+
scriptcollection-3.5.136.dist-info/METADATA,sha256=j6cTXr0N7FcfJeIL5MBQZ7V6Zpb8mPgamTnPWXse10E,7694
|
14
|
+
scriptcollection-3.5.136.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
15
|
+
scriptcollection-3.5.136.dist-info/entry_points.txt,sha256=AhXNaa8RMBRFO_4TzKi9jc32C-ZNIiU12mRGu6wEpBk,3796
|
16
|
+
scriptcollection-3.5.136.dist-info/top_level.txt,sha256=hY2hOVH0V0Ce51WB76zKkIWTUNwMUdHo4XDkR2vYVwg,17
|
17
|
+
scriptcollection-3.5.136.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|