Add warning

This commit is contained in:
Gabriel Augendre 2016-11-19 23:35:43 +01:00
parent 5c19d4ee48
commit 4afe59f92e
No known key found for this signature in database
GPG key ID: D2B6A5B41FC438B1

View file

@ -52,6 +52,8 @@ def main(files):
if __name__ == '__main__':
print('WARNING')
print('All your sheets should have the same column order.\n')
ap = argparse.ArgumentParser()
ap.add_argument('-f', '--files', type=str, nargs='+', help='Files to upload.', required=True)