Further debugging

This commit is contained in:
David Murphy 2024-11-04 15:54:01 -07:00
parent 239f979957
commit b4a632180e
No known key found for this signature in database
GPG key ID: 9D7724F37A7424D8
3 changed files with 5 additions and 5 deletions

View file

@ -27,8 +27,8 @@ jobs:
separator: ","
files: |
bootstrap-salt.*
Gemfile
kitchen*.yml
## DGM Gemfile
## DGM kitchen*.yml
tests/**
.github/workflows/**
files_ignore: |

View file

@ -27,8 +27,8 @@ jobs:
separator: ","
files: |
bootstrap-salt.*
Gemfile
kitchen*.yml
## DGM Gemfile
## DGM kitchen*.yml
tests/**
.github/workflows/**
files_ignore: |

View file

@ -4,7 +4,7 @@ import platform
import subprocess
import pytest
from Demoa.winc32cred_demo import target
from Demos.win32cred_demo import target
log = logging.getLogger(__name__)