Merge pull request #35 from Jibec/patch-1

remove `clear`
This commit is contained in:
Laurent Peuch 2018-01-14 16:56:28 +01:00 committed by GitHub
commit 6327ea030b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -356,9 +356,6 @@ def check_arg_retrieval(script):
if __name__ == '__main__':
os.system("clear")
if len(sys.argv) != 2:
print("Give one app package path.")
exit()