Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
nutti committed Dec 4, 2023
1 parent c732251 commit b5919be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pylint_cycles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ function workaround_quirks() {
sed -i '/^\s*if hasattr(.*/i # pylint: disable=no-member' intern/cycles/blender/addon/*.py

echo "Fixing pylint bug: https://github.com/pylint-dev/pylint/issues/3105"
sed -i 's/for \(.*?\) in self.devices:/for \1 in [self.devices]:/' intern/cycles/blender/addon/properties.py
sed -i 's/for \(.*\?\) in self\.devices:/for \1 in [self.devices]:/' intern/cycles/blender/addon/properties.py

echo "@@@@"
cat intern/cycles/blender/addon/properties.py
Expand Down

0 comments on commit b5919be

Please sign in to comment.