mirror of
https://codeberg.org/mclemens/qrzlogger.git
synced 2025-01-03 06:16:40 -05:00
fixed color mode bug in error message
This commit is contained in:
parent
66cd73cda0
commit
8f0ae111c9
@ -123,9 +123,8 @@ class qrzlogger():
|
||||
|
||||
with open(file_name, 'w') as configfile:
|
||||
config.write(configfile)
|
||||
print(self.errorcol + "\nNo configuration file found. A new configuration file has been created.")
|
||||
print("\nNo configuration file found. A new configuration file has been created.")
|
||||
print("\nPlease edit the file " + file_name + " and restart the application.\n" )
|
||||
print(style.RESET)
|
||||
quit()
|
||||
return config
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user