Skip to content

Commit

Permalink
Fixed syntax error with output
Browse files Browse the repository at this point in the history
  • Loading branch information
Seanld committed Jul 27, 2017
1 parent 59a87e6 commit bd9c648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion latte.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def main(sargs):
repo_listing = open(".latte-repos.swconf", "a")
repo_listing.write("\n"+nickname+"="+args.package)
repo_listing.close()
print(Green("SUCCESS") + ": '"++nickname"' added to repositories!")
print(Green("SUCCESS") + ": '"+nickname+"' added to repositories!")
except:
print(Red("ERROR") + ": Either repository doesn't exist, or does not contain an 'init.latte' file.")
elif args.method == "list-repos":
Expand Down

0 comments on commit bd9c648

Please sign in to comment.