removed comments

Signed-off-by: David Wertenteil <dwertent@armosec.io>
This commit is contained in:
David Wertenteil
2023-02-06 13:37:27 +02:00
parent 086144c3da
commit b6d21ffd01
2 changed files with 2 additions and 10 deletions

View File

@@ -20,11 +20,7 @@ def check_status(status, msg):
def get_build_dir():
# current_platform = platform.system()
# if current_platform not in platformSuffixes: raise OSError("Platform %s is not supported!" % (current_platform))
return "build" # os.path.join("build", platformSuffixes[current_platform])
return "build"
def get_package_name():

View File

@@ -20,11 +20,7 @@ def check_status(status, msg):
def get_build_dir():
# current_platform = platform.system()
# if current_platform not in platformSuffixes: raise OSError("Platform %s is not supported!" % (current_platform))
return "build" # os.path.join("build", platformSuffixes[current_platform])
return "build"
def get_package_name():