You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1st - Not work with other keyboard layout. In Brazilian ABNT2 doesn't write accented words.
2nd - Issues with folder creation "TopZipScreenshots". When create not show as a foder. Resolved by add this code in main code on line 75:
#Verify Folder TopZipScreenshots
newpath = r'C:\Users\Public\Intel\Logs\ToZipScreenshots'
if not os.path.exists(newpath):
os.makedirs(newpath)
The text was updated successfully, but these errors were encountered:
I had 2 issues:
1st - Not work with other keyboard layout. In Brazilian ABNT2 doesn't write accented words.
2nd - Issues with folder creation "TopZipScreenshots". When create not show as a foder. Resolved by add this code in main code on line 75:
#Verify Folder TopZipScreenshots
newpath = r'C:\Users\Public\Intel\Logs\ToZipScreenshots'
if not os.path.exists(newpath):
os.makedirs(newpath)
The text was updated successfully, but these errors were encountered: