Blender SVN: New Features #273
@ -230,7 +230,7 @@ def update_file_list_svn_status(context, file_statuses: Dict[str, Tuple[str, str
|
|||||||
new_files_on_repo = set()
|
new_files_on_repo = set()
|
||||||
for filepath_str, status_info in file_statuses.items():
|
for filepath_str, status_info in file_statuses.items():
|
||||||
svn_path = Path(filepath_str)
|
svn_path = Path(filepath_str)
|
||||||
svn_path_str = str(filepath_str)
|
svn_path_str = str(svn_path.as_posix())
|
||||||
suffix = svn_path.suffix
|
suffix = svn_path.suffix
|
||||||
if (
|
if (
|
||||||
(suffix.startswith(".r") and suffix[2:].isdecimal())
|
(suffix.startswith(".r") and suffix[2:].isdecimal())
|
||||||
|
Loading…
Reference in New Issue
Block a user