From 9ca5d8f0fdd1eb944e9e45a3f8e11ed9ef66db69 Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Tue, 22 Dec 2020 21:05:40 -0800 Subject: [PATCH] Added version to --verbose, closes #297 --- osxphotos/__main__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/osxphotos/__main__.py b/osxphotos/__main__.py index 4b4b6848..faca1bd1 100644 --- a/osxphotos/__main__.py +++ b/osxphotos/__main__.py @@ -1743,6 +1743,8 @@ def export( VERBOSE = bool(verbose) verbose_(f"Loaded options from file {load_config}") + verbose_(f"osxphotos version {__version__}") + exclusive_options = [ ("favorite", "not_favorite"), ("hidden", "not_hidden"),