ScriptCollection 3.5.123__py3-none-any.whl → 3.5.124__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/SCLog.py CHANGED
@@ -24,7 +24,10 @@ class SCLog:
24
24
 
25
25
  def __init__(self, log_file: str = None, loglevel: LogLevel = None, add_overhead: bool = False, print_as_color: bool = True):
26
26
  self.log_file = log_file
27
- self.loglevel = loglevel
27
+ if loglevel is None:
28
+ self.loglevel = loglevel
29
+ else:
30
+ self.loglevel = LogLevel.Information
28
31
  self.add_overhead = add_overhead
29
32
  self.print_as_color = print_as_color
30
33
 
@@ -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.123"
36
+ version = "3.5.124"
37
37
  __version__ = version
38
38
 
39
39
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ScriptCollection
3
- Version: 3.5.123
3
+ Version: 3.5.124
4
4
  Summary: The ScriptCollection is the place for reusable scripts.
5
5
  Home-page: https://github.com/anionDev/ScriptCollection
6
6
  Author: Marius Göcke
@@ -6,12 +6,12 @@ ScriptCollection/ProcessesRunner.py,sha256=3mu4ZxzZleQo0Op6o9EYTCFiJfb6kx5ov2YfZ
6
6
  ScriptCollection/ProgramRunnerBase.py,sha256=2kMIAqdc65UjBAddOZkzy_aFx9h5roZ5a4bQNM6RV6Y,2480
7
7
  ScriptCollection/ProgramRunnerEpew.py,sha256=4pjEd0r9Fcz3TTDv0MdTSd5KkigYXcWUVI1X43regfU,6477
8
8
  ScriptCollection/ProgramRunnerPopen.py,sha256=BPY7-ZMIlqT7JOKz8qlB5c0laF2Js-ijzqk09GxZC48,3821
9
- ScriptCollection/SCLog.py,sha256=HDSxCDU3TJPA_3S3ELpxpJrrLfZUAGYbhjuo4DnLNEM,3589
10
- ScriptCollection/ScriptCollectionCore.py,sha256=G8L79m35lsHomhd9n25GTpz-Ik3i57MOZQ2yV4hDf3k,127849
9
+ ScriptCollection/SCLog.py,sha256=dfd5ulvRXVgytxUZgWOhmxPMUIUiyLknxBDaGaFJKr0,3685
10
+ ScriptCollection/ScriptCollectionCore.py,sha256=DEyAfkveCH9lClhXeMfRqIvIwwz3IUtE980x33W4vmA,127849
11
11
  ScriptCollection/TasksForCommonProjectStructure.py,sha256=4aEuIf89jbgKE4uMYm4DlPDe9Iu1Zujo8wPOzDld09w,234867
12
12
  ScriptCollection/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
13
- scriptcollection-3.5.123.dist-info/METADATA,sha256=T_zcyjXAMOgzYQAH3qctDIaxNNQxouhANDzTaP1VFNQ,7694
14
- scriptcollection-3.5.123.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
15
- scriptcollection-3.5.123.dist-info/entry_points.txt,sha256=3qMbfZEMhc_VTJj-bcLwB8AWcn9iXSB3l0AWpuu52Bs,3689
16
- scriptcollection-3.5.123.dist-info/top_level.txt,sha256=hY2hOVH0V0Ce51WB76zKkIWTUNwMUdHo4XDkR2vYVwg,17
17
- scriptcollection-3.5.123.dist-info/RECORD,,
13
+ scriptcollection-3.5.124.dist-info/METADATA,sha256=kLzBhCaJrXsbJiWxY0uaxsAPjir1vQQA5oG7MVeBuJc,7694
14
+ scriptcollection-3.5.124.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
15
+ scriptcollection-3.5.124.dist-info/entry_points.txt,sha256=3qMbfZEMhc_VTJj-bcLwB8AWcn9iXSB3l0AWpuu52Bs,3689
16
+ scriptcollection-3.5.124.dist-info/top_level.txt,sha256=hY2hOVH0V0Ce51WB76zKkIWTUNwMUdHo4XDkR2vYVwg,17
17
+ scriptcollection-3.5.124.dist-info/RECORD,,