Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
NameError: name 'basestring' is not defined #19
Comments
|
Thank you! You are fast! |
johnsca
closed this
in
#20
Jan 12, 2016
|
I also encountered this issue, thanks for fixing this marco/cory! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ktsakalozos commentedJan 12, 2016
Placing the apt_install in the bootstrap throws the error below.
Quick fix that worked for me is to comment out the
#if isinstance(packages, basestring):
# packages = [packages]