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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-04-20 08:08:46 +0300
committerCampbell Barton <campbell@blender.org>2022-04-20 08:08:46 +0300
commitdf3316cbe98e19def7284c028e53682db0be9a30 (patch)
tree54fff92a80bfd635ca439c2e4f258843c5cf27cb /build_files/utils/make_update.py
parent972a697f822b65cc1887c305dd62e54d5b19d3e3 (diff)
Cleanup: run autopep8 on build_files/
Replace multiple hashes with over-lines for make_source_archive.py.
Diffstat (limited to 'build_files/utils/make_update.py')
-rwxr-xr-xbuild_files/utils/make_update.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_files/utils/make_update.py b/build_files/utils/make_update.py
index 3701913bd5d..bf140812ebb 100755
--- a/build_files/utils/make_update.py
+++ b/build_files/utils/make_update.py
@@ -129,6 +129,7 @@ def svn_update(args, release_version):
call(svn_non_interactive + ["switch", svn_url + dirname, dirpath], exit_on_error=False)
call(svn_non_interactive + ["update", dirpath])
+
# Test if git repo can be updated.
def git_update_skip(args, check_remote_exists=True):
if make_utils.command_missing(args.git_command):