We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44a6cda commit 343e386Copy full SHA for 343e386
1 file changed
dev/pyRevitLabs/pyRevitLabs.PyRevit/PyRevitConfigs.cs
@@ -59,7 +59,7 @@ public static PyRevitConfig GetConfigFile()
59
{
60
if (CommonUtils.VerifyFile(adminConfig))
61
62
- bool isWritable;
+ bool isWritable = true;
63
try
64
65
// Probe write access to detect ACL-protected files that are not marked with the ReadOnly attribute.
0 commit comments