Thanks to visit codestin.com Credit goes to github.com
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 a63e251 commit f4f6821Copy full SHA for f4f6821
1 file changed
lib/core/option.py
@@ -874,7 +874,6 @@ def __setConfAttributes():
874
conf.parameters = {}
875
conf.path = None
876
conf.port = None
877
- conf.progressWidth = 54
878
conf.redirectHandled = False
879
conf.retriesCount = 0
880
conf.scheme = None
@@ -887,6 +886,11 @@ def __setConfAttributes():
887
886
conf.threadException = False
888
conf.wFileType = None
889
+ if conf.eta:
890
+ conf.progressWidth = 54
891
+ else:
892
+ conf.progressWidth = 34
893
+
894
def __setKnowledgeBaseAttributes():
895
"""
896
This function set some needed attributes into the knowledge base
0 commit comments