Skip to content

WIP: move saving files#962

Closed
awirb wants to merge 1 commit intomasterfrom
saveIntStep
Closed

WIP: move saving files#962
awirb wants to merge 1 commit intomasterfrom
saveIntStep

Conversation

@awirb
Copy link
Contributor

@awirb awirb commented Mar 18, 2024

add writing allConfiguration csv from ini files found in configurationFilesdone dir

@awirb awirb requested a review from fso42 March 18, 2024 15:35
@pep8speaks
Copy link

pep8speaks commented Mar 18, 2024

Hello @awirb! Thanks for updating this PR.

Line 2121:69: E127 continuation line over-indented for visual indent
Line 1963:121: E501 line too long (122 > 120 characters)
Line 1845:46: E127 continuation line over-indented for visual indent
Line 409:48: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
Line 398:5: E303 too many blank lines (2)
Line 304:121: E501 line too long (152 > 120 characters)

Line 302:6: E203 whitespace before ','
Line 186:29: E721 do not compare types, use 'isinstance()'

Line 965:45: E231 missing whitespace after ','
Line 605:121: E501 line too long (126 > 120 characters)
Line 185:32: E228 missing whitespace around modulo operator
Line 38:121: E501 line too long (123 > 120 characters)

Line 845:52: E203 whitespace before ':'
Line 840:52: E203 whitespace before ':'
Line 757:36: E203 whitespace before ':'
Line 756:36: E203 whitespace before ':'
Line 476:1: E302 expected 2 blank lines, found 1
Line 465:45: E712 comparison to True should be 'if cond is True:' or 'if cond:'
Line 452:18: E711 comparison to None should be 'if cond is not None:'
Line 430:1: E302 expected 2 blank lines, found 1
Line 409:46: E711 comparison to None should be 'if cond is not None:'
Line 406:33: E711 comparison to None should be 'if cond is not None:'
Line 396:43: E711 comparison to None should be 'if cond is None:'
Line 328:34: E711 comparison to None should be 'if cond is not None:'

Line 839:28: W292 no newline at end of file
Line 687:121: E501 line too long (124 > 120 characters)
Line 631:50: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
Line 313:37: E231 missing whitespace after ','
Line 92:38: E712 comparison to False should be 'if cond is False:' or 'if not cond:'

Line 702:37: E262 inline comment should start with '# '
Line 702:36: E261 at least two spaces before inline comment
Line 675:121: E501 line too long (129 > 120 characters)
Line 35:121: E501 line too long (129 > 120 characters)

Comment last updated at 2024-08-19 12:41:49 UTC

add writing allConfiguration csv from ini files found in configurationFilesdone dir
@fso42
Copy link
Contributor

fso42 commented Jan 28, 2025

Closing in favor of #1078

@fso42 fso42 closed this Jan 28, 2025
@fso42 fso42 deleted the saveIntStep branch May 22, 2025 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants