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
raiseProcessError( "CreateFs: data dir is not a directory: %s"%dataDir )
89
89
FilesInDir=CountFilesInDir( dataDir )
90
90
ifFilesInDir==0:
91
-
ifnotConfirmDialog( "%s Create"%fsName, "No files have been found in your data folder!\nAre you sure you want to create an empty %s image?"%fsName ):
91
+
answer=ConfirmDialog( "%s Create"%fsName, "No files have been found in your data folder!\nAre you sure you want to create an empty %s image?"%fsName )
92
+
ifanswer<0:
93
+
raiseProcessError( "tkinter not available.\nCan't ask 'Are you sure you want to create an empty ... image?'\nPlease install it with:\npip3 install tkinter\n" )
0 commit comments