Skip to content

Commit

Permalink
fixed jamf empty slots
Browse files Browse the repository at this point in the history
  • Loading branch information
loceee committed Dec 6, 2016
1 parent b1cae6e commit 8d38d9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion progressScreenHelper.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ def getArguments():
if len(sys.argv[1:])==0:
parser.print_help()
parser.exit()
return parser.parse_args()
args = parser.parse_known_args()[0]
return args

def sendAppleScript(command):
'''
Expand Down

0 comments on commit 8d38d9f

Please sign in to comment.