StarlingX miscellaneous tools and utilities
Go to file
junboli 06709615ad Fix invalid syntax in pm_qos_mgr.py
In the main function, the exception for NotifierError
has invalid python 3 syntax, the right one should be as
following:
  except pyinotify.NotifierError as err:

Closes-bug: #1835871
Change-Id: If74233c8bc27573cbdac9e47abace2c6ab9d1503
Signed-off-by: junboli <junbo85.li@gmail.com>
2019-07-09 12:00:59 +00:00
utilities Fix invalid syntax in pm_qos_mgr.py 2019-07-09 12:00:59 +00:00