This commit is contained in:
Matt Guthaus 2017-12-12 14:53:19 -08:00
commit 89220e79fe
1 changed files with 1 additions and 0 deletions

View File

@ -48,5 +48,6 @@ class precharge_test(unittest.TestCase):
# instantiate a copy of the class to actually run the test # instantiate a copy of the class to actually run the test
if __name__ == "__main__": if __name__ == "__main__":
(OPTS, args) = globals.parse_args() (OPTS, args) = globals.parse_args()
del sys.argv[1:]
header(__file__, OPTS.tech_name) header(__file__, OPTS.tech_name)
unittest.main() unittest.main()