Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
dcrankshaw committed Sep 1, 2017
1 parent 8df6608 commit bf173b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integration-tests/clipper_admin_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@ def test_get_logs_creates_log_files(self):
if not os.path.exists(cl.CLIPPER_TEMP_DIR):
os.makedirs(cl.CLIPPER_TEMP_DIR)
tmp_log_dir = tempfile.mkdtemp(dir=cl.CLIPPER_TEMP_DIR)
log_file_names = self.clipper_conn.get_clipper_logs(logging_dir=tmp_log_dir)
log_file_names = self.clipper_conn.get_clipper_logs(
logging_dir=tmp_log_dir)
self.assertIsNotNone(log_file_names)
self.assertGreaterEqual(len(log_file_names), 1)
for file_name in log_file_names:
Expand Down

0 comments on commit bf173b4

Please sign in to comment.