Skip to content

Commit

Permalink
Fix display of data frame, so that ... are not displayed when data do…
Browse files Browse the repository at this point in the history
…es not fit screen width.
  • Loading branch information
dabest1 committed Oct 26, 2018
1 parent 85a35b9 commit bf79f6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.dev
1.0.1
2 changes: 1 addition & 1 deletion gcpmetrics/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.dev
1.0.1
2 changes: 1 addition & 1 deletion gcpmetrics/gcpmetrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def perform_query(client, metric_id, days, hours, minutes,

else:
# print the whole dataset
print(dataframe)
print(dataframe.to_string())


def process(keyfile, config, project_id, list_resources, list_metrics, query, metric_id, days, hours, minutes,
Expand Down

0 comments on commit bf79f6b

Please sign in to comment.