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

[windows] add flare function #1773

Merged
merged 1 commit into from
Jul 27, 2015
Merged

[windows] add flare function #1773

merged 1 commit into from
Jul 27, 2015

Conversation

degemer
Copy link
Member

@degemer degemer commented Jul 16, 2015

Add a Windows flare function inside the GUI, using only popups (because it's
the easiest way to do this).

@degemer degemer added this to the 5.5.0 milestone Jul 16, 2015
_, temp_path = tempfile.mkstemp(prefix='dd')
with open(temp_path, 'w') as temp_file:
fh, temp_path = tempfile.mkstemp(prefix='dd')
with os.fdopen(fh, 'w') as temp_file:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a Windows flare function inside the GUI, using only popups (because it's
the easiest way to do this).

Flare: reuse filehandle instead of file path (filehandle was not closed,
causing issues on Windows)
@degemer degemer force-pushed the quentin/flare-windows branch from 9b9c675 to 279111e Compare July 17, 2015 16:42
@olivielpeau
Copy link
Member

LGTM! 👏

olivielpeau added a commit that referenced this pull request Jul 27, 2015
@olivielpeau olivielpeau merged commit ed32433 into master Jul 27, 2015
@olivielpeau olivielpeau deleted the quentin/flare-windows branch July 27, 2015 22:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants