Skip to content

Commit

Permalink
Merge branch 'kliment:master' into upd_translation
Browse files Browse the repository at this point in the history
  • Loading branch information
DivingDuck authored Jun 19, 2024
2 parents 1d87f98 + 0af3755 commit 4fa66b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
platforms: all

- name: Build ${{ matrix.os }} wheels
uses: pypa/cibuildwheel@v2.18.1
uses: pypa/cibuildwheel@v2.19.1
env:
# we only support what's supported by wxPython, therefore we skip:
# * PyPy Python implementation
Expand Down
2 changes: 1 addition & 1 deletion printrun/pronterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -2559,7 +2559,7 @@ def __iter__(self):
import itertools
return itertools.chain([self.header], iter(self.f))

parser.readfp(add_header(open(configfile)), configfile)
parser.read_file(add_header(open(configfile)), configfile)
return parser

def set_slic3r_config(self, configfile, cat, file):
Expand Down

0 comments on commit 4fa66b3

Please sign in to comment.