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

Missing Comma #1131

Closed
fzumstein opened this issue Jul 23, 2019 · 0 comments
Closed

Missing Comma #1131

fzumstein opened this issue Jul 23, 2019 · 0 comments
Labels
Milestone

Comments

@fzumstein
Copy link
Member

xlwings 0.15.8, python 3.7.3, Win10 64-bit

xlwings.constants.py

 

Lines 1226 to 1238:

class Direction:

    xlDown = -4121  # from enum XlDirection

    xlToLeft = -4159  # from enum XlDirection

    xlToRight = -4161  # from enum XlDirection

    xlUp = -4162  # from enum XlDirection

 

 

directions = (

    'down',

    'left',

    'right'   <---Comma missing at end of this line

    'up'

)
@fzumstein fzumstein added the bug label Jul 23, 2019
@fzumstein fzumstein added this to the 0.15.9 milestone Jul 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant