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] formio : Formio.js version updates in Windows environments are not available #92

Merged
merged 6 commits into from
Dec 15, 2020

Conversation

niulinlnc
Copy link

Fix formio.js version updates in Windows environments are not available.
Fix reloading error.

banqu and others added 4 commits November 26, 2020 19:48
if response.status_code == 200:
with open(tar_path, 'wb') as f:
f.write(response.raw.read())
tar = tarfile.open(tar_path)
tar.extractall('/tmp', members=self._tar_extract_members(tar))
if sys.platform == 'win32':
tar.extractall('%s' % static_path, members=self._tar_extract_members(tar))
Copy link
Member

Choose a reason for hiding this comment

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

@niulinlnc no need for string templating (%s) right?

@bobslee bobslee merged commit 5f4e147 into novacode-nl:13.0 Dec 15, 2020
bobslee added a commit that referenced this pull request Dec 15, 2020
bobslee added a commit that referenced this pull request Dec 15, 2020
bobslee added a commit that referenced this pull request Dec 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants