You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Decides whether a file path should be blocked from creating a conflicted copy.
99
+
Note: This is used when the editor is active and attempting to modify files (e.g., .ggs) that are also updated on the server, preventing unnecessary conflict files creation.
100
+
101
+
Args:
102
+
path (str): The file path to check.
103
+
mc: The Mergin client object.
104
+
project_info (dict): Information about the Mergin project from server.
105
+
106
+
Returns:
107
+
bool: True if the file path should be prevented from ceating conflicted copy, False otherwise.
0 commit comments