Skip to content

Commit

Permalink
update setup.py to remove sys.exit()
Browse files Browse the repository at this point in the history
  • Loading branch information
deepanshs committed Oct 10, 2021
1 parent b8c50ab commit d0a6334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def message(self, lib_centos, lib_ubuntu):
print(f"For CentOS users\n\t{stat}")
stat = f"sudo apt-get update\n\tsudo apt-get install {lib_ubuntu}"
print(f"For Ubuntu users\n\t{stat}")
sys.exit(1)
# sys.exit(1)


class MacOSSetup(Setup):
Expand Down

0 comments on commit d0a6334

Please sign in to comment.