mirror of
https://codeberg.org/mclemens/qrzlogger.git
synced 2024-11-17 17:15:58 -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:
|
with open(file_name, 'w') as configfile:
|
||||||
config.write(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("\nPlease edit the file " + file_name + " and restart the application.\n" )
|
||||||
print(style.RESET)
|
|
||||||
quit()
|
quit()
|
||||||
return config
|
return config
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user