Skip to content

Commit

Permalink
minor clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed Apr 26, 2024
1 parent a6e7d70 commit 55b0acf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build_platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def install_library_deps():
print()

# Install dependencies
our_name=None
our_name = None
try:
if IS_LEARNING_SYS:
libprop = open(BUILD_DIR+'/library.deps')
Expand Down Expand Up @@ -406,7 +406,6 @@ def main():

# expand groups:
for arg in sys.argv[1:]:

platform = ALL_PLATFORMS.get(arg, None)
if isinstance(platform, list):
platforms.append(arg)
Expand Down

0 comments on commit 55b0acf

Please sign in to comment.