Skip to content

SyntaxError: invalid syntax File "humble.py", line 137 with open(analysis_h_file, 'a+', encoding='utf8') as a_history #4

@Azathothas

Description

@Azathothas

image
Fixed with on line 137:
image

- with (open(analysis_h_file, 'a+', encoding='utf8') as a_history,
-       open(analysis_h_file, 'r', encoding='utf8') as c_history):
+ with open(analysis_h_file, 'a+', encoding='utf8') as a_history, \
+       open(analysis_h_file, 'r', encoding='utf8') as c_history:

image

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingsolved

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions