diff options
Diffstat (limited to 'gkeys/gkeys/actions.py')
-rw-r--r-- | gkeys/gkeys/actions.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gkeys/gkeys/actions.py b/gkeys/gkeys/actions.py index d51fb3f..b38db19 100644 --- a/gkeys/gkeys/actions.py +++ b/gkeys/gkeys/actions.py @@ -758,6 +758,8 @@ class Actions(ActionBase): break else: signature = None + elif signature is not None and os.path.exists(signature): + sig_path = signature else: filepath = os.path.abspath(filepath) self.logger.debug( |