2017-11-26 00:01:17 +01:00
|
|
|
diff --git a/src/borg/platform/linux.pyx b/src/borg/platform/linux.pyx
|
2019-03-22 01:03:42 +01:00
|
|
|
index 2143ea57..29948baa 100644
|
2017-11-26 00:01:17 +01:00
|
|
|
--- a/src/borg/platform/linux.pyx
|
|
|
|
+++ b/src/borg/platform/linux.pyx
|
2019-03-22 01:03:42 +01:00
|
|
|
@@ -328,7 +328,7 @@ def _is_WSL():
|
|
|
|
return False
|
2017-11-26 00:01:17 +01:00
|
|
|
|
2019-03-22 01:03:42 +01:00
|
|
|
|
|
|
|
-if _is_WSL():
|
|
|
|
+if True:
|
|
|
|
class SyncFile(BaseSyncFile):
|
|
|
|
# if we are on Microsoft's "Windows Subsytem for Linux", use the
|
|
|
|
# more generic BaseSyncFile to avoid issues like seen there:
|