Skip to content

Commit

Permalink
resolved pep8 issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulp13 committed Aug 8, 2020
1 parent d9f1663 commit 7871e58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/configuration/Appconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class Appconfig(QtWidgets.QWidget):

def __init__(self):
super(Appconfig, self).__init__()

# Application Details
self._APPLICATION = 'eSim'
self._VERSION = '2.1'
Expand Down
4 changes: 3 additions & 1 deletion src/frontEnd/Application.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ def __init__(self, *args):
self.setWindowIcon(QtGui.QIcon(init_path + 'images/logo.png'))

# self.systemTrayIcon = QtWidgets.QSystemTrayIcon(self)
# self.systemTrayIcon.setIcon(QtGui.QIcon(init_path + 'images/logo.png'))
# self.systemTrayIcon.setIcon(
# QtGui.QIcon(init_path + 'images/logo.png')
# )
# self.systemTrayIcon.setVisible(True)

def initToolBar(self):
Expand Down

0 comments on commit 7871e58

Please sign in to comment.