mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
revert accidentally pushed code
GitOrigin-RevId: 51ac522fbe562cdac179abeb8b304ccefbe1a67a
This commit is contained in:
committed by
intellij-monorepo-bot
parent
d9c8947360
commit
2b38117ed5
@@ -182,7 +182,7 @@ public final class PythonLanguageLevelPusher implements FilePropertyPusher<Strin
|
||||
DataInputOutputUtil.writeINT(oStream, level.ordinal());
|
||||
}
|
||||
|
||||
if (oldLanguageLevel != null && (!areLanguageLevelsCompatible(oldLanguageLevel, level) || !ProjectFileIndex.getInstance(project).isInContent(fileOrDir))) {
|
||||
if (!areLanguageLevelsCompatible(oldLanguageLevel, level) || !ProjectFileIndex.getInstance(project).isInContent(fileOrDir)) {
|
||||
PushedFilePropertiesUpdater.getInstance(project).filePropertiesChanged(fileOrDir, PythonLanguageLevelPusher::isPythonFile);
|
||||
}
|
||||
for (VirtualFile child : fileOrDir.getChildren()) {
|
||||
|
||||
Reference in New Issue
Block a user