Browse Source

Fix HelloNode sys.exit error

pull/30/merge
Binit Shah 2 years ago
parent
commit
b7f1d52665
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      hello_helpers/src/hello_helpers/hello_misc.py

+ 1
- 0
hello_helpers/src/hello_helpers/hello_misc.py View File

@ -4,6 +4,7 @@ from __future__ import print_function
import time
import os
import sys
import glob
import math

Loading…
Cancel
Save