File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -1199,12 +1199,12 @@ def findstring(memstart, memend):
11991199loc = 0
12001200
12011201# dump_code_array()
1202- print ("Loading template file..." ,end = "" )
12031202if args .templatefile is not None :
1203+ print (f"Loading template file: { args .templatefile } ..." ,end = "" )
12041204 process_template (args .templatefile )
1205- print (" Done!" ,end = "" )
1206- if args .quiet :
1207- print ("\n " )
1205+ print (" Done!" ,end = "" )
1206+ if args .quiet :
1207+ print ("\n " )
12081208
12091209
12101210program_counter = min (code )
@@ -1332,12 +1332,12 @@ def findstring(memstart, memend):
13321332# Print the used external EQUs (with nice formatting)
13331333# First find the longest label
13341334
1335- print ("Loading labels file... " ,end = "" )
13361335if args .labelsfile :
1336+ print (f"Loading labels file: { args .labelsfile } ... " ,end = "" )
13371337 load_labels (args .labelsfile )
1338- print ("Done!" ,end = "" )
1339- if args .quiet :
1340- print ("\n " )
1338+ print ("Done!" ,end = "" )
1339+ if args .quiet :
1340+ print ("\n " )
13411341
13421342maxlen = 0
13431343for loop in extern_labels :
You can’t perform that action at this time.
0 commit comments