Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unicode n'existe pas en tant que classe dans Python 3 #236

Closed
Guts opened this issue Sep 12, 2019 · 1 comment · Fixed by #238
Closed

Unicode n'existe pas en tant que classe dans Python 3 #236

Guts opened this issue Sep 12, 2019 · 1 comment · Fixed by #238
Assignees
Labels
bug Problème par rapport au fonctionenment attendu
Milestone

Comments

@Guts
Copy link
Contributor

Guts commented Sep 12, 2019

Repéré via l'analyse statique du code :

flake8 .\modules\tools.py --count --select=E9,F63,F7,F82 --show-source --statistics
./modules\tools.py:438:64: F821 undefined name 'unicode'
        if isinstance(in_string, str) or isinstance(in_string, unicode):
@Guts Guts added the bug Problème par rapport au fonctionenment attendu label Sep 12, 2019
@Guts Guts added this to the Version 2 milestone Sep 12, 2019
@Guts Guts assigned Guts and SimonSAMPERE and unassigned Guts Sep 12, 2019
SimonSAMPERE added a commit that referenced this issue Sep 12, 2019
@SimonSAMPERE
Copy link
Collaborator

Dans modules/layer/add_layers.py également

./modules\layer\add_layer.py:576:38: F821 undefined name 'unicode'

SimonSAMPERE added a commit that referenced this issue Sep 12, 2019
#236 pour `modules/layer/add_layer.py`
@Guts Guts closed this as completed in #238 Sep 12, 2019
Guts pushed a commit that referenced this issue Sep 12, 2019
* Fixing #236

close #236

* Fixing #237

close #237

* Fixing #235

close #235

* Fixing #234

close #234

* Fixing #239

close #239

* Fixing #241

close #241

* Fixing #242

close #242

* Fixing #236

#236 pour `modules/layer/add_layer.py`

* Fixing #244

close #244

* Fixing #246

close #246

* Fixing #247

close #247

* Fixing #249

close #249

* Fixing #251

close #251

* Fixing #250

close #250

* Fixing #249

close #249

* Fixing #249

* Fixing #251

close #251

* Fixing #252

close #252

* Fixing #250

#250

* Update tools.py

#247
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Problème par rapport au fonctionenment attendu
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants