You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the README example, Python 2 is mixed with Python 3:
@task()
def clean():
'''Clean build directory.'''
print 'Cleaning build directory...'
@task()
def _copy_resources():
'''Copy resource files. This is a private task. "pynt -l" will not list this'''
print('Copying resource files')
I mean the prints. Unify them for Python 3.
The text was updated successfully, but these errors were encountered:
In the README example, Python 2 is mixed with Python 3:
I mean the
print
s. Unify them for Python 3.The text was updated successfully, but these errors were encountered: