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

Fix incomplete temporary file #5747

Merged
merged 1 commit into from May 11, 2020
Merged

Conversation

jan-cerny
Copy link
Collaborator

Ensure all the data has been written before reusing the temporary
file. Occurred with Python 2 only.

Fixes: #5730

Ensure all the data has been written before reusing the temporary
file. Occured with Python 2 only.

Fixes: ComplianceAsCode#5730
@mildas
Copy link
Contributor

mildas commented May 7, 2020

Changes identified:
Others:
 Python abstract syntax tree change found in tests/test_suite.py. - ctest will be selected.

Recommended tests to execute:
 (cd build && ctest -j4)

@jan-cerny
Copy link
Collaborator Author

/retest

@matejak matejak merged commit 9972e3a into ComplianceAsCode:master May 11, 2020
@matejak
Copy link
Member

matejak commented May 11, 2020

LGTM, I would do the same :-)

@yuumasato yuumasato added this to the 0.1.51 milestone May 11, 2020
@yuumasato yuumasato added the bugfix Fixes to reported bugs. label May 11, 2020
vojtapolasek pushed a commit that referenced this pull request May 14, 2020
Fix incomplete temporary file

(cherry picked from commit 9972e3a)
@vojtapolasek vojtapolasek modified the milestones: 0.1.51, 0.1.50 May 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Fixes to reported bugs.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

python2 test_suite.py - UnboundLocalError exception
5 participants