Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'io_blend_utils/blender_bam-unpacked.whl/bam/cli.py')
-rw-r--r--io_blend_utils/blender_bam-unpacked.whl/bam/cli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_blend_utils/blender_bam-unpacked.whl/bam/cli.py b/io_blend_utils/blender_bam-unpacked.whl/bam/cli.py
index ef7dfe47..79b318f0 100644
--- a/io_blend_utils/blender_bam-unpacked.whl/bam/cli.py
+++ b/io_blend_utils/blender_bam-unpacked.whl/bam/cli.py
@@ -317,7 +317,7 @@ class bam_session:
sys.stdout.write(" operating on: %r\n" % blendfile_abs)
sys.stdout.flush()
- # we don't want to read, just edit whats there.
+ # we don't want to read, just edit what's there.
with open(blendfile_abs, 'rb+') as fh_blend:
for ofs, data in binary_edits:
# sys.stdout.write("\n%r\n" % data)