mirror of
https://github.com/nalf3in/vial-qmk.git
synced 2025-12-23 12:10:03 +00:00
Setup a python test framework
This commit is contained in:
@@ -534,8 +534,7 @@ class MILC(object):
|
||||
if not self._inside_context_manager:
|
||||
# If they didn't use the context manager use it ourselves
|
||||
with self:
|
||||
self.__call__()
|
||||
return
|
||||
return self.__call__()
|
||||
|
||||
if not self._entrypoint:
|
||||
raise RuntimeError('No entrypoint provided!')
|
||||
|
||||
Reference in New Issue
Block a user