Skip to content

Instantly share code, notes, and snippets.

@eckardm
Created March 23, 2018 14:40
Show Gist options
  • Select an option

  • Save eckardm/a790729247fbc321b18cc061832b5f07 to your computer and use it in GitHub Desktop.

Select an option

Save eckardm/a790729247fbc321b18cc061832b5f07 to your computer and use it in GitHub Desktop.
#!/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