Skip to content

Conversation

@cclauss
Copy link
Contributor

@cclauss cclauss commented Jan 25, 2023

% flake8 . --count --select=E9,F63,F7,F82,Y --show-source --statistics

./git_sim/git_sim_add.py:46:58: F821 undefined name 'Arrow' secondColumnArrowMap[x.a_path] = Arrow(stroke_width=3, color=self.scene.fontColor) ^ ./git_sim/git_sim_add.py:51:16: F821 undefined name 'git' except git.exc.BadName: ^ 2 F821 undefined name 'Arrow' 2 
% `flake8 . --count --select=E9,F63,F7,F82,Y --show-source --statistics` ``` ./git_sim/git_sim_add.py:46:58: F821 undefined name 'Arrow' secondColumnArrowMap[x.a_path] = Arrow(stroke_width=3, color=self.scene.fontColor) ^ 1 F821 undefined name 'Arrow' 1 ```
@initialcommit-io initialcommit-io merged commit 74baeb4 into initialcommit-com:main Jan 25, 2023
@cclauss cclauss deleted the patch-1 branch January 25, 2023 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants