Skip to content

Instantly share code, notes, and snippets.

@guestl
Created February 23, 2017 16:19
Show Gist options
  • Select an option

  • Save guestl/ef31a2de2ab8dcd5843ec9bf30e3ecec to your computer and use it in GitHub Desktop.

Select an option

Save guestl/ef31a2de2ab8dcd5843ec9bf30e3ecec to your computer and use it in GitHub Desktop.
get OS family
if 'win' in sys.platform:
default_app_dir_for_scan = 'c:\\'
else:
default_app_dir_for_scan = '~' # check for linux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment