Created
March 23, 2018 14:40
-
-
Save eckardm/a790729247fbc321b18cc061832b5f07 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| from __future__ import print_function | |
| import sys | |
| def main(dirname): | |
| try: | |
| print('"171317"') | |
| except Exception: | |
| print('None') | |
| if __name__ == '__main__': | |
| main(sys.argv[1]) | |
| sys.exit(0) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment