Skip to content

Commit

Permalink
Merge pull request #15 from francoisfreitag/print
Browse files Browse the repository at this point in the history
Drop useless empty string from print call
  • Loading branch information
Danamir authored Sep 27, 2019
2 parents 448ab2f + 8c33ba6 commit a40d388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dyn_gandi.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def main():

# output log
if verbose:
print("")
print()

to_log(message, action, datetime_label=today, dump=True)

Expand Down

0 comments on commit a40d388

Please sign in to comment.