Skip to content

Commit a89eeda

Browse files
committed
fix path when you havent opened a file
1 parent f534786 commit a89eeda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/Code editor/pyeditor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ def open(self):
306306
os.chdir(str(self.path))
307307

308308

309+
309310
def fontFamily(self,font):
310311
self.text.setCurrentFont(font)
311312

0 commit comments

Comments
 (0)