Skip to content

Commit a242b0a

Browse files
committed
Fixed lint issues
1 parent 9baddae commit a242b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book_Man/Dialog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def open_clicked(self):
109109
if finalpath:
110110
os.startfile(finalpath)
111111
except Exception as e:
112-
print("Open Error Occurred",e)
112+
print("Open Error Occurred", e)
113113

114114
def ok_clicked(self):
115115
self.data['name'] = self.lineEdit.text()

0 commit comments

Comments
 (0)